August 2017
Intermediate to advanced
332 pages
9h 16m
English
In the same directory, let's create docker-compose-acceptance.yml to provide the testing orchestration:
version: "3"services: test: build: ./acceptance
It creates a new container that is linked to the container being tested: calculator. What's more, internally it's always 8080 so that eliminates the need for the tricky part of port finding.
Read now
Unlock full access