mirror of
https://github.com/containers/podman.git
synced 2025-06-20 17:13:43 +08:00
Merge pull request #3631 from TristanCacqueray/master
Document SELinux label requirements for the rootfs argument
This commit is contained in:
@ -646,6 +646,9 @@ If specified, the first argument refers to an exploded container on the file sys
|
|||||||
This is useful to run a container without requiring any image management, the rootfs
|
This is useful to run a container without requiring any image management, the rootfs
|
||||||
of the container is assumed to be managed externally.
|
of the container is assumed to be managed externally.
|
||||||
|
|
||||||
|
Note: On `SELinux` systems, the rootfs needs the correct label, which is by default
|
||||||
|
`unconfined_u:object_r:container_file_t`.
|
||||||
|
|
||||||
**--security-opt**=*option*
|
**--security-opt**=*option*
|
||||||
|
|
||||||
Security Options
|
Security Options
|
||||||
|
Reference in New Issue
Block a user