You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to run rootlesskit inside a docker container, to be able to run a docker daemon there (for integreation tests)
I know that I can run the container that is starting rootlesskit with seccomp=unconfined apparmor=unconfined systempaths=unconfined
This is removing a lot of docker security functionality. It should be documented on how to run the container with the least privileges required, especially which system calls it acutally needs / a custom seccomp profile.
The text was updated successfully, but these errors were encountered:
AkihiroSuda
changed the title
Running rootlesskit inside docker with few permissions
[docs] Running rootlesskit inside docker with few permissions
May 14, 2020
We want to run rootlesskit inside a docker container, to be able to run a docker daemon there (for integreation tests)
I know that I can run the container that is starting rootlesskit with
seccomp=unconfined apparmor=unconfined systempaths=unconfined
This is removing a lot of docker security functionality. It should be documented on how to run the container with the least privileges required, especially which system calls it acutally needs / a custom seccomp profile.
The text was updated successfully, but these errors were encountered: