From a1ed779cd2de28b729ea80a7d93d0b5ea358184d Mon Sep 17 00:00:00 2001 From: codynguyen-dev Date: Mon, 27 Oct 2025 19:49:51 -0400 Subject: [PATCH] Update docs/source/markdown/podman-run.1.md.in MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jan Rodák Signed-off-by: codynguyen-dev --- docs/source/markdown/podman-run.1.md.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/markdown/podman-run.1.md.in b/docs/source/markdown/podman-run.1.md.in index c0f1c22b48..fe1a2a55d5 100644 --- a/docs/source/markdown/podman-run.1.md.in +++ b/docs/source/markdown/podman-run.1.md.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: -- **artifact** - Mounts read-only content from a container image or artifact. -- **devpts** - Provides a pseudo-terminal device inside the container. -- **image** - Mounts files directly from another container image. -- **glob** - Mounts multiple host files matching a glob pattern. -- **ramfs** - Similar to tmpfs but backed directly by system RAM without size limits. +- **artifact** - Mounts read-only content from a container image or artifact. +- **devpts** - Provides a pseudo-terminal device inside the container. +- **image** - Mounts files directly from another container image. +- **glob** - Mounts multiple host files matching a glob pattern. +- **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 advanced Podman workflows.