diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-07-25 18:03:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-25 18:03:35 +0200 |
commit | 5763618ce550d148e4541d8ab61874ea85d39ab0 (patch) | |
tree | 3777879907964cb5a12b0cbe092d0cc1984a67b1 | |
parent | 1b95ed9a71faff063edef34bc2ba5d89eab66a2b (diff) | |
parent | e2067836a41488b962425c9e993d59c269e77d07 (diff) | |
download | podman-5763618ce550d148e4541d8ab61874ea85d39ab0.tar.gz podman-5763618ce550d148e4541d8ab61874ea85d39ab0.tar.bz2 podman-5763618ce550d148e4541d8ab61874ea85d39ab0.zip |
Merge pull request #3631 from TristanCacqueray/master
Document SELinux label requirements for the rootfs argument
-rw-r--r-- | docs/podman-run.1.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md index d6c7ae055..c4747d234 100644 --- a/docs/podman-run.1.md +++ b/docs/podman-run.1.md @@ -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 |