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.
Este ejercicio forma parte del curso
Intermediate Docker
Ejercicio interactivo práctico
Pon en práctica la teoría con uno de nuestros ejercicios interactivos
