Skip to content

Instantly share code, notes, and snippets.

@bunsyy
Last active February 10, 2025 02:48
Show Gist options
  • Save bunsyy/c99a61e8654ff9a89470565a93d97e57 to your computer and use it in GitHub Desktop.
Save bunsyy/c99a61e8654ff9a89470565a93d97e57 to your computer and use it in GitHub Desktop.
Fixing the "Cannot Connect to the Docker Daemon" Error: A Quick Guide
sudo systemctl stop docker
docker context use default
sudo systemctl start docker
sudo systemctl enable docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment