From 6d8fac87ed20c7bb3214e28e2ef74d3d8831eadd Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Fri, 29 Jun 2018 16:35:22 -0400 Subject: Allow multiple mounts Signed-off-by: TomSweeneyRedHat Closes: #1030 Approved by: rhatdan --- docs/podman-mount.1.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/podman-mount.1.md b/docs/podman-mount.1.md index c73caf011..04210f087 100644 --- a/docs/podman-mount.1.md +++ b/docs/podman-mount.1.md @@ -1,15 +1,15 @@ % podman-mount "1" ## NAME -podman\-mount - Mount a working container's root filesystem +podman\-mount - Mount the specifed working containers' root filesystem ## SYNOPSIS **podman** **mount** -**podman** **mount** **containerID** +**podman** **mount** **containerID [...]** ## DESCRIPTION -Mounts the specified container's root file system in a location which can be +Mounts the specified containers' root file system in a location which can be accessed from the host, and returns its location. If you execute the command without any arguments, the tool will list all of the @@ -41,7 +41,19 @@ podman mount c831414b10a3 podman mount c831414b10a3 /var/lib/containers/storage/overlay/f3ac502d97b5681989dff84dfedc8354239bcecbdc2692f9a639f4e080a02364/merged +a7060253093b /var/lib/containers/storage/overlay/0ff7d7ca68bed1ace424f9df154d2dd7b5a125c19d887f17653cbcd5b6e30ba1/merged +``` +``` +podman mount c831414b10a3 a7060253093b + +/var/lib/containers/storage/overlay/f3ac502d97b5681989dff84dfedc8354239bcecbdc2692f9a639f4e080a02364/merged +/var/lib/containers/storage/overlay/0ff7d7ca68bed1ace424f9df154d2dd7b5a125c19d887f17653cbcd5b6e30ba1/merged +``` +``` +podman mount + +c831414b10a3 /var/lib/containers/storage/overlay/f3ac502d97b5681989dff84dfedc8354239bcecbdc2692f9a639f4e080a02364/merged a7060253093b /var/lib/containers/storage/overlay/0ff7d7ca68bed1ace424f9df154d2dd7b5a125c19d887f17653cbcd5b6e30ba1/merged ``` -- cgit v1.2.3-54-g00ecf