Skip to content

Instantly share code, notes, and snippets.

@ValchanOficial
Created February 9, 2025 14:07
Show Gist options
  • Save ValchanOficial/9730fb2bfbd93a5ae838f909235999ac to your computer and use it in GitHub Desktop.
Save ValchanOficial/9730fb2bfbd93a5ae838f909235999ac to your computer and use it in GitHub Desktop.
[Docker] Failed to start Docker Application Container Engine
https://stackoverflow.com/a/77087453/11842937
sudo rm /var/run/docker.pid
sudo apt purge docker.io containerd
sudo apt autoremove
sudo apt install docker.io containerd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment