August 2017
Intermediate to advanced
332 pages
9h 16m
English
The first method is to perform acceptance testing in the same way we did in the case of a single container application. The only difference is that now we have two containers running as presented in the following figure:

The redis container is not visible from a user perspective, so as a result, the only difference between single-container and multi-container acceptance testing is that we use the docker-compose up command instead of docker run.
Other Docker commands can be also replaced with their Docker Compose equivalents: docker-compose build for docker build and docker-compose push for docker ...
Read now
Unlock full access