I have the latest Docker for Mac installed, and I\'m running into a problem where it appears that docker-compose up is stuck in a Downloading state for one of the c
docker-compose up
I just needed to restart Docker.
Linux users can use sudo service docker restart.
sudo service docker restart
Docker for Mac has a handy button for this in the Docker widget in the OS X toolbar:
If you happen to be using Docker Toolkit try docker-machine restart.
docker-machine restart