Skip to content

Commit 8d06a9e

Browse files
committed
fix: Correct typo in chrootdirs option
In explanation of chrootdirs option, leading / is dropped from podman managed file path (/etc/hostname). So this PR adds leading /. Signed-off-by: Vanou Ishii <[email protected]>
1 parent 098f1eb commit 8d06a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/markdown/options/chrootdirs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
#### **--chrootdirs**=*path*
66

77
Path to a directory inside the container that is treated as a `chroot` directory.
8-
Any Podman managed file (e.g., /etc/resolv.conf, /etc/hosts, etc/hostname) that is mounted into the root directory is mounted into that location as well.
8+
Any Podman managed file (e.g., /etc/resolv.conf, /etc/hosts, /etc/hostname) that is mounted into the root directory is mounted into that location as well.
99
Multiple directories are separated with a comma.

0 commit comments

Comments
 (0)