Skip to content

Instantly share code, notes, and snippets.

@vzool
Created October 18, 2017 05:40
Show Gist options
  • Select an option

  • Save vzool/939db695439ff3a42444c87b3d8b1618 to your computer and use it in GitHub Desktop.

Select an option

Save vzool/939db695439ff3a42444c87b3d8b1618 to your computer and use it in GitHub Desktop.
Run Docker as Normal User
sudo groupadd docker && sudo gpasswd -a ${USER} docker && sudo systemctl restart docker
newgrp docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment