Using Docker Compose to define a full application
Now that you've successfully defined the dataservice and dataclient components, you wish to put them fully into a Docker Compose application.
There are two container images, dataservice and dataclient available for you and the skeleton of a Docker Compose file. The dataclient image will output SUCCESSFULLY ACCESSED DATA SERVICE! when it is functioning correctly.
This exercise is part of the course
Intermediate Docker
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise