Skip to content

Instantly share code, notes, and snippets.

@tripolskypetr
Created May 9, 2026 14:49
Show Gist options
  • Select an option

  • Save tripolskypetr/6f6b69d96e17dc3bcb59db7568c9e00d to your computer and use it in GitHub Desktop.

Select an option

Save tripolskypetr/6f6b69d96e17dc3bcb59db7568c9e00d to your computer and use it in GitHub Desktop.
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