docker-compose start

From wikieduonline
Revision as of 07:07, 16 February 2023 by Chmod15 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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[edit]

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[edit]

See also[edit]

Advertising: