mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
troubleshooting: document setgroups requirement
Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
This commit is contained in:
parent
a7ed92280a
commit
33db50ab24
1 changed files with 3 additions and 2 deletions
|
|
@ -531,8 +531,9 @@ Any access inside the container is rejected with "Permission denied".
|
|||
|
||||
The runtime uses `setgroups(2)` hence the process loses all additional groups
|
||||
the non-root user has. Use the `--group-add keep-groups` flag to pass the
|
||||
user's supplementary group access into the container. Currently only available
|
||||
with the `crun` OCI runtime.
|
||||
user's supplementary group access into the container. For it to work,
|
||||
the container itself must not call `setgroups()`.
|
||||
Currently only available with the `crun` OCI runtime.
|
||||
|
||||
### 21) A rootless container running in detached mode is closed at logout
|
||||
<!-- This is the same as section 17 above and should be deleted -->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue