Difference between revisions of "Snap docker"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "Create and join the docker group. ``` $ sudo addgroup --system docker $ sudo adduser $USER docker $ newgrp docker $ sudo snap disable docker $ sudo snap enable docker $ docke...")
 
 
Line 10: Line 10:
 
```
 
```
 
You will also need to disable and re-enable the docker snap if you added the group while it was running.
 
You will also need to disable and re-enable the docker snap if you added the group while it was running.
 +
 +
 +
https://stackoverflow.com/questions/52526219/docker-mkdir-read-only-file-system

Latest revision as of 18:47, 9 September 2022

Create and join the docker group.

$ sudo addgroup --system docker
$ sudo adduser $USER docker
$ newgrp docker

$ sudo snap disable docker
$ sudo snap enable docker
$ docker ps

You will also need to disable and re-enable the docker snap if you added the group while it was running.

https://stackoverflow.com/questions/52526219/docker-mkdir-read-only-file-system