Difference between revisions of "Docker-compose start"

From wikieduonline
Jump to navigation Jump to search
Line 14: Line 14:
 
  Starting es03 ... failed
 
  Starting es03 ... failed
 
  [[ERROR: No containers to start]]
 
  [[ERROR: No containers to start]]
 +
 +
Solution: [[docker-compose pull]]
  
 
  docker-compose start
 
  docker-compose start

Revision as of 20:54, 31 July 2022

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 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: