DEV Community

Jorge Soares
Jorge Soares

Posted on

2 2

Docker - Comandos do docker congelando como resolver?

Recentemente eu venho passando por alguns problemas de Congelamento do docker, o que signfica, que ele simplesmente trava.

A melhor solução que encontrei para resolve esse problema foi apagar todas as imagens e containers do computador.

No meu caso como uso o Linux, resolvi o problema com os seguintes comandos.

sudo rm -rf /var/lib/containerd
sudo rm -rf /var/lib/docker
Enter fullscreen mode Exit fullscreen mode

É uma solução rádical, porém foi a unica que funcionou no meu caso; pois nenhum comando do docker estava respondendo. Inclusive tentei executar o stop do serviço do docker no computador, e também não obtive
uma solução.

Eu espero que de alguma forma possa ajudar vocês.

Até uma próxima !

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay