summaryrefslogtreecommitdiff
path: root/docs/podman-mount.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/podman-mount.1.md')
-rw-r--r--docs/podman-mount.1.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/podman-mount.1.md b/docs/podman-mount.1.md
index c20c41d77..c73caf011 100644
--- a/docs/podman-mount.1.md
+++ b/docs/podman-mount.1.md
@@ -22,7 +22,8 @@ returned.
## OPTIONS
**--format**
- Print the mounted containers in specified format (json)
+
+Print the mounted containers in specified format (json)
**--notruncate**
@@ -30,15 +31,19 @@ Do not truncate IDs in output.
## EXAMPLE
+```
podman mount c831414b10a3
/var/lib/containers/storage/overlay/f3ac502d97b5681989dff84dfedc8354239bcecbdc2692f9a639f4e080a02364/merged
+```
+```
podman mount
c831414b10a3 /var/lib/containers/storage/overlay/f3ac502d97b5681989dff84dfedc8354239bcecbdc2692f9a639f4e080a02364/merged
a7060253093b /var/lib/containers/storage/overlay/0ff7d7ca68bed1ace424f9df154d2dd7b5a125c19d887f17653cbcd5b6e30ba1/merged
+```
## SEE ALSO
podman(1), podman-umount(1), mount(8)