ushmz / gesso

:bricks: ansible-playbooks for the server setup
0 stars 0 forks source link

Rootless docker installation and configuration #2

Open ushmz opened 2 years ago

ushmz commented 2 years ago

Is your feature request related to a problem? Please describe.

Global docker environment is required for the laboratory. Normal dicker installation will cause some problem because all user that want to use docker must be belong with docker group and it's insecure. So we should install docker with "rootless" mode.

https://docs.docker.com/engine/security/rootless/

Describe the solution you'd like

Install docker and configure rootless mode.

Describe alternatives you've considered

It's may have no problem with normal mode. Main problems are following.

Additional context

Currently, we add all users want to access docker to docker group.

ushmz commented 2 years ago

Commit d9e26872b3d78c00318947400ad5d8a29a4d72c2

TODO