August 2017
Intermediate to advanced
332 pages
9h 16m
English
In the Docker-first approach, we create an additional test container that performs testing from inside the Docker host, as presented in the following figure:

This approach facilitates the acceptance test script in terms of retrieving the port number and can be easily run without Jenkins. It's also much more in the Docker style.
The drawback is that we need to create a separate Dockerfile and Docker Compose configuration for the purpose of testing.
Read now
Unlock full access