Skip to content

Commit

Permalink
Merge pull request #3631 from TristanCacqueray/master
Browse files Browse the repository at this point in the history
Document SELinux label requirements for the rootfs argument
  • Loading branch information
openshift-merge-robot authored Jul 25, 2019
2 parents 1b95ed9 + e206783 commit 5763618
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/podman-run.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 Options
Expand Down

0 comments on commit 5763618

Please sign in to comment.