From 78fc4c67fdd1f8d8a3567ffd941c1f5b3e1b6ba5 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 15 Jan 2019 17:08:54 -0500 Subject: Add --latest and --all to podman mount/umount I find these useful for playing around with containers. Signed-off-by: Daniel J Walsh --- docs/podman-mount.1.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/podman-mount.1.md') diff --git a/docs/podman-mount.1.md b/docs/podman-mount.1.md index ccc2d386d..2cccf5ee0 100644 --- a/docs/podman-mount.1.md +++ b/docs/podman-mount.1.md @@ -19,10 +19,20 @@ returned. ## OPTIONS +**--all, a** + +Mount all containers. + **--format** Print the mounted containers in specified format (json) +**--latest, -l** + +Instead of providing the container name or ID, use the last created container. +If you use methods other than Podman to run containers such as CRI-O, the last +started container could be from either of those methods. + **--notruncate** Do not truncate IDs in output. -- cgit v1.2.3-54-g00ecf