github.com/containers/podman/v5@v5.1.0-rc1/docs/source/markdown/options/chrootdirs.md (about)

     1  ####> This option file is used in:
     2  ####>   podman create, run
     3  ####> If file is edited, make sure the changes
     4  ####> are applicable to all of those.
     5  #### **--chrootdirs**=*path*
     6  
     7  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.
     9  Multiple directories are separated with a comma.