Docker Compose stuck downloading or pulling fs layer

后端 未结 7 1309
忘了有多久
忘了有多久 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 07:01

    I had the similar situation this morning where my network suddenly went down and I was forced to power cycle the modern, while docker-compose was still in the middle of downloading stuff from docker hub.

    Yes, bouncing the docker daemon process seems to resolve this.

    For Linux users - do sudo service docker restart to fix it.

提交回复
热议问题