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

Co-authored-by: Jan Rodák <hony.com@seznam.cz>
Signed-off-by: codynguyen-dev <codynnn@outlook.com>
This commit is contained in:
codynguyen-dev
2025-10-27 19:49:51 -04:00
committed by GitHub
parent 5551e90532
commit a1ed779cd2

View File

@@ -710,11 +710,11 @@ podman run --mount type=tmpfs,dst=/cache,tmpfs-size=64m alpine
Other specialized mount types are available for advanced use cases: Other specialized mount types are available for advanced use cases:
- **artifact** - Mounts read-only content from a container image or artifact. - **artifact** - Mounts read-only content from a container image or artifact.
- **devpts** - Provides a pseudo-terminal device inside the container. - **devpts** - Provides a pseudo-terminal device inside the container.
- **image** - Mounts files directly from another container image. - **image** - Mounts files directly from another container image.
- **glob** - Mounts multiple host files matching a glob pattern. - **glob** - Mounts multiple host files matching a glob pattern.
- **ramfs** - Similar to tmpfs but backed directly by system RAM without size limits. - **ramfs** - Similar to tmpfs but backed directly by system RAM without size limits.
These mount types are less commonly used and often appear in internal or These mount types are less commonly used and often appear in internal or
advanced Podman workflows. advanced Podman workflows.