April 2017
Beginner
404 pages
9h 30m
English
Use the following command to stop all the services within a docker-compose environment:
docker-compose stop
To start the services, use the following command:
docker-compose start

To start/stop any one service within the compose definition suffix the name of service as shown following:
docker-compose start web

Read now
Unlock full access