Created
May 9, 2026 14:49
-
-
Save tripolskypetr/6f6b69d96e17dc3bcb59db7568c9e00d to your computer and use it in GitHub Desktop.
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
| sudo systemctl stop docker.socket | |
| sudo systemctl stop docker | |
| sudo systemctl stop containerd | |
| sudo rm -rf /var/lib/docker | |
| sudo rm -rf /var/lib/containerd | |
| sudo systemctl start docker | |
| sudo systemctl start docker.socket | |
| sudo systemctl start containerd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment