Docker commands do not respond anymore

后端 未结 4 620
青春惊慌失措
青春惊慌失措 2021-02-13 01:45

Most of docker commands never end. I have to interrupt them manually with CTRL+C. Even simple commands like docker ps or docker info do not respond.

4条回答
  •  死守一世寂寞
    2021-02-13 02:34

    From the symptoms that you present, it seems something I struggled as well. I did the following, hope it helps!

    After checking it the service was not responding successfully, using:

    system status docker.service
    

    I used the following command to put it to work:

    sudo dockerd --debug
    

提交回复
热议问题