docker-compose start
Jump to navigation
Jump to search
This article is a Draft. Help us to complete it.
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]
docker-compose
: [start
|stop
|restart
|pull
|up
|down
|ps
]docker-compose up —-no-start
See also[edit]
docker-compose
,docker-compose.yml
: [services
|volumes
|networks
|up
|down
|restart
|logs
|create
|changelog
|version
|secrets
|config
|-v
|-h
|exec], docker-compose pull
,Environment:
, Docker-compose.yml examples,.env
, release notes, expose:, docker-compose --env-file,services.deploy.resources
Advertising: