Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 521 Bytes

read-write-tmpfs.md

File metadata and controls

11 lines (10 loc) · 521 Bytes

####> This option file is used in: ####> podman create, run ####> If you edit this file, make sure your changes ####> are applicable to all of those.

--read-write-tmpfs

If container is running in --read-only mode, when true Podman mounts a read-write tmpfs on /run, /tmp, and /var/tmp. When false, Podman sets the entire container such that no tmpfs can be written to unless specified on the command line. Podman mounts /dev, /dev/mqueue, /dev/pts, /dev/shm as read only. The default is true