Skip to content

Instantly share code, notes, and snippets.

@punkdata
Created May 20, 2020 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save punkdata/63f97d4cfd150806b77c14dc4aa71236 to your computer and use it in GitHub Desktop.
Save punkdata/63f97d4cfd150806b77c14dc4aa71236 to your computer and use it in GitHub Desktop.
Fix access issues when running docker from SNAP packages
Create and join the docker group.
$ sudo addgroup --system docker
$ sudo adduser $USER docker
$ newgrp docker
You will also need to disable and re-enable the docker snap if you added the group while it was running.
$ sudo snap disable docker
$ sudo snap enable docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment