Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Docker compose no response

After docker-compose down and docker-compose up several times, sometime docker-compose up will cause no response. Normally, docker will tell you what container is created. But, nothing is shown. I try to quit Docker App and restart it. Cannot fix it. After restart OS, then docker-compose works fine.

Anyone know this issue?

Update:

Docker version: 1.12.0, build 8eab29e

Docker Composer Version: 1.8.0, build f3628c7

Platform: MacOS 10.11.4

like image 476
KingWu Avatar asked Aug 04 '26 13:08

KingWu


1 Answers

You might need to run docker-compose ps to see what is currently running. If I were you I would like to kill the ps by running docker-compose kill and docker-compose rm. Atm the docker compose will be clean and you could run docker-compose up again

like image 55
Mathers Avatar answered Aug 07 '26 04:08

Mathers



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!