From 7bdfb4f9b361aca4f4f3337907feb3ca414d36e4 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Thu, 26 Apr 2018 17:21:48 +0200 Subject: podman: accept option --rootfs to use exploded images Signed-off-by: Giuseppe Scrivano Closes: #871 Approved by: mheon --- docs/podman-run.1.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/podman-run.1.md') 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 -- cgit v1.2.3-54-g00ecf