Docker Compose and Orchestration
Learn about Compose and how Docker facilitates orchestration.
We'll cover the following...
Docker Compose
A single container is launched with a single docker
command. An application requiring several containers, like Node.js, NGINX, and MongoDB, must be started with three commands. You could launch each in three terminals in the correct order (first MongoDB, then the ...
Access this course and 1400+ top-rated courses and projects.