Skip to content

Instantly share code, notes, and snippets.

@yaroslavya
Last active February 3, 2019 22:52
Show Gist options
  • Save yaroslavya/f1c0d71d3f1322e10069043879302f57 to your computer and use it in GitHub Desktop.
Save yaroslavya/f1c0d71d3f1322e10069043879302f57 to your computer and use it in GitHub Desktop.
cannot connect to the docker daemon redhat/centos/fedora/manjaro
sudo groupadd docker
sudo usermod -aG docker $(whoami)
sudo systemctl start docker
sudo chgrp docker /lib/systemd/system/docker.socket
sudo chmod g+w /lib/systemd/system/docker.socket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment