I was trying to figure out why my system seems slow or was hanging after running the command:
host> docker-compose up
and came across this post:
which seemed somewhat similar and led me to this forum. After attempting to run all containers I get a screen that looks like this:
If I try and run a more restricted set of services such as:
host> docker-compose up httpd php mysql
then seemingly the system also hangs in a similar nature on “php_1” rather than the “mongo_1” as seen above. In both cases the health status is saying 100% but shouldn’t the command complete and come back to the command prompt?
Additional information:
I installed git on ubuntu at:
/home/username/
and then changed directory to:
/home/username/devilbox
where these commands are being issued. I installed Docker for Windows on Windows which is stated to include Docker Compose and somehow communicates with the ubuntu.
Am I doing something wrong here?
Thank you for any direction on this!
Monsterchops