diff options
Diffstat (limited to 'docs/podman-run.1.md')
-rw-r--r-- | docs/podman-run.1.md | 7 |
1 files changed, 7 insertions, 0 deletions
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 |