mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
Add containers.conf read-only flag support
If you are running temporary containers within podman play kube we should really be running these in read-only mode. For automotive they plan on running all of their containers in read-only temporal mode. Adding this option guarantees that the container image is not being modified during the running of the container. The containers can only write to tmpfs mounted directories. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -30,7 +30,7 @@ don't take them beyond that.
|
||||
|
||||
WARNING: The items linked below all come from scripts in the `artifacts_task`
|
||||
map of `.cirrus.yml`. When adding or updating any item below, please ensure it
|
||||
matches cooresponding changes in the artifacts task.
|
||||
matches corresponding changes in the artifacts task.
|
||||
|
||||
-->
|
||||
|
||||
|
Reference in New Issue
Block a user