Skip to content

Commit a1ed779

Browse files
Update docs/source/markdown/podman-run.1.md.in
Co-authored-by: Jan Rodák <[email protected]> Signed-off-by: codynguyen-dev <[email protected]>
1 parent 5551e90 commit a1ed779

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/source/markdown/podman-run.1.md.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -710,11 +710,11 @@ podman run --mount type=tmpfs,dst=/cache,tmpfs-size=64m alpine
710710

711711
Other specialized mount types are available for advanced use cases:
712712

713-
- **artifact** - Mounts read-only content from a container image or artifact.
714-
- **devpts** - Provides a pseudo-terminal device inside the container.
715-
- **image** - Mounts files directly from another container image.
716-
- **glob** - Mounts multiple host files matching a glob pattern.
717-
- **ramfs** - Similar to tmpfs but backed directly by system RAM without size limits.
713+
- **artifact** - Mounts read-only content from a container image or artifact.
714+
- **devpts** - Provides a pseudo-terminal device inside the container.
715+
- **image** - Mounts files directly from another container image.
716+
- **glob** - Mounts multiple host files matching a glob pattern.
717+
- **ramfs** - Similar to tmpfs but backed directly by system RAM without size limits.
718718

719719
These mount types are less commonly used and often appear in internal or
720720
advanced Podman workflows.

0 commit comments

Comments
 (0)