Docker compose
Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application’s services. Then, with a single command, you create and start all the services from your configuration
Links
Install docker-compose executable.
Then install the docker-compose.yaml file to execute.
Labs 1: Wordpress
Please follow the "Compose and Wordpress" quickstart.
wordpress url
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
|
Labs 2: A complete monitoring infrastructure
We will deploy this :
The project URL is this one : dockprom