docker-compose start

From wikieduonline
Jump to navigation Jump to search
This article is a Draft. Help us to complete it.

docker-compose start

docker-compose up, and docker-compose start will now start containers in parallel where possible.


Examples

docker-compose your_service_name
(no output)
docker-compose start
Starting es01 ... failed
Starting es02 ... failed
Starting es03 ... failed
ERROR: No containers to start
Solution: docker-compose pull
docker-compose start
Starting mediawiki ... failed
Starting database  ... failed
docker-compose start
ERROR:
       Can't find a suitable configuration file in this directory or any
       parent. Are you in the right directory?

       Supported filenames: docker-compose.yml, docker-compose.yaml, compose.yml, compose.yaml

Related commands

See also

Advertising: