Docker Compose stuck downloading or pulling fs layer

后端 未结 7 1305
忘了有多久
忘了有多久 2021-02-05 06:34

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

7条回答
  •  情歌与酒
    2021-02-05 06:44

    I just needed to restart Docker.

    Linux users can use sudo service docker restart.

    Docker for Mac has a handy button for this in the Docker widget in the OS X toolbar: Docker for Mac in the OS X toolbar with restart button

    If you happen to be using Docker Toolkit try docker-machine restart.

提交回复
热议问题