How to fix docker-compose start ERROR: No containers to start
Problem:
When running docker-compose start, you see an error message like this:
docker_compose_start_no_containers_fix.sh
Starting mongodb ... error
Starting myapp ... error
ERROR: No containers to startSolution
In order to start your containers, use docker-compose up, instead of docker-compose start!
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow