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:
Alexander Larsson
2022-12-02 16:30:15 +01:00
parent 1c3fddfaf7
commit 098ad52ecb
4 changed files with 3 additions and 4 deletions

View File

@ -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`).