mirror of
https://github.com/containers/podman.git
synced 2025-11-28 17:18:58 +08:00
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:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user