-
-
Notifications
You must be signed in to change notification settings - Fork 345
Sming with Docker Quickstart
ido4pro edited this page May 17, 2016
·
1 revision
Visit the official Docker Installation Page and follow the instructions tailored for your operating system.
Docker Compose makes dealing with the orchestration processes of Docker containers (such as starting up, shutting down, and setting up intra-container linking and volumes) really easy.
With docker compose we can define the entire multi-container application in single file and then the application can be spinned up using one command.
Visit the official Docker Compose Installation Page and follow the instructions tailored for your operating system.