Difference between revisions of "Docker-compose start"

From wikieduonline
Jump to navigation Jump to search
Line 23: Line 23:
 
         Can't find a suitable configuration file in this directory or any
 
         Can't find a suitable configuration file in this directory or any
 
         parent. Are you in the right directory?
 
         parent. Are you in the right directory?
 
+
 
         Supported filenames: [[docker-compose.yml]], [[docker-compose.yaml]], [[compose.yml]], [[compose.yaml]]
 
         Supported filenames: [[docker-compose.yml]], [[docker-compose.yaml]], [[compose.yml]], [[compose.yaml]]
  

Revision as of 22:21, 4 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
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: