podman/pkg/specgenutil
Daniel J Walsh 338b283935
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>
2022-12-22 11:57:28 -05:00
..
createparse.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
ports.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
ports_test.go Unit tests for pkg/specgenutil pkg/signal 2022-04-25 14:48:39 -05:00
specgen.go Add containers.conf read-only flag support 2022-12-22 11:57:28 -05:00
specgenutil_test.go specgen: fix parsing of cgroup devices rule 2022-07-01 09:28:18 +02:00
util.go runtime: Handle the transient store options 2022-12-05 18:09:21 +01:00
util_test.go Unit tests for pkg/specgenutil pkg/signal 2022-04-25 14:48:39 -05:00
volumes.go Add containers.conf read-only flag support 2022-12-22 11:57:28 -05:00
volumes_test.go Run codespell on code 2022-11-04 10:57:41 -04:00