mirror of
https://github.com/containers/podman.git
synced 2025-10-18 03:33:32 +08:00
quadlet: Change default of ReadOnly to no
This matches the default podman run behaviour. Signed-off-by: Alexander Larsson <alexl@redhat.com>
This commit is contained in:
@ -138,7 +138,7 @@ For example:
|
||||
AddCapability=CAP_DAC_OVERRIDE CAP_IPC_OWNER
|
||||
```
|
||||
|
||||
#### `ReadOnly=` (defaults to `yes`)
|
||||
#### `ReadOnly=` (defaults to `no`)
|
||||
|
||||
If enabled, makes image read-only, with /var/tmp, /tmp and /run a tmpfs (unless disabled by `VolatileTmp=no`).
|
||||
|
||||
|
Reference in New Issue
Block a user