diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/podman-create.1.md | 7 | ||||
-rw-r--r-- | docs/podman-run.1.md | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/docs/podman-create.1.md b/docs/podman-create.1.md index 93e085af5..e22efe4f3 100644 --- a/docs/podman-create.1.md +++ b/docs/podman-create.1.md @@ -470,6 +470,13 @@ its root filesystem mounted as read only prohibiting any writes. Automatically remove the container when it exits. The default is *false*. +**--rootfs** + +If specified, the first argument refers to an exploded container on the file system. + +This is useful to run a container without requiring any image management, the rootfs +of the container is assumed to be managed externally. + **--security-opt**=[] Security Options diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md index 4e254576c..3630a0558 100644 --- a/docs/podman-run.1.md +++ b/docs/podman-run.1.md @@ -491,6 +491,13 @@ its root filesystem mounted as read only prohibiting any writes. Automatically remove the container when it exits. The default is *false*. +**--rootfs** + +If specified, the first argument refers to an exploded container on the file system. + +This is useful to run a container without requiring any image management, the rootfs +of the container is assumed to be managed externally. + **--security-opt**=[] Security Options |