Skip to content

Instantly share code, notes, and snippets.

@zubair1024
Created January 28, 2020 21:00
Show Gist options
  • Save zubair1024/90f65c9e07273358b90783f00f87c6ef to your computer and use it in GitHub Desktop.
Save zubair1024/90f65c9e07273358b90783f00f87c6ef to your computer and use it in GitHub Desktop.

Add the docker group if it doesn't already exist:

sudo groupadd docker

Add the connected user "$USER" to the docker group. Change the user name to match your preferred user if you do not want to use your current user:

sudo gpasswd -a $USER docker

Either do a newgrp docker or log out/in to activate the changes to groups.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment