Created
May 20, 2020 14:08
-
-
Save punkdata/63f97d4cfd150806b77c14dc4aa71236 to your computer and use it in GitHub Desktop.
Fix access issues when running docker from SNAP packages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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