Created
February 9, 2025 14:07
-
-
Save ValchanOficial/9730fb2bfbd93a5ae838f909235999ac to your computer and use it in GitHub Desktop.
[Docker] Failed to start Docker Application Container Engine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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