spiegel_podman/cmd/podman/containers
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
..
attach.go cmd/podman: switch to golang native error wrapping 2022-06-30 12:58:57 +02:00
checkpoint.go Output messages display rawInput 2022-08-02 18:28:37 +09:00
cleanup.go New system tests for conflicting options 2022-12-21 06:23:29 -05:00
clone.go implement podman update 2022-09-01 13:02:01 -04:00
commit.go Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
container.go bump go module to version 4 2022-01-18 12:47:07 +01:00
cp.go podman cp: fix copying with "." suffix 2022-11-14 09:38:02 +01:00
create.go Add containers.conf read-only flag support 2022-12-22 11:57:28 -05:00
diff.go cmd/podman: switch to golang native error wrapping 2022-06-30 12:58:57 +02:00
exec.go Fix stutters 2022-09-10 07:52:00 -04:00
exists.go bump go module to version 4 2022-01-18 12:47:07 +01:00
export.go export: use io.Writer instead of file 2022-12-20 14:38:41 +01:00
init.go Output messages display rawInput 2022-08-02 18:28:37 +09:00
inspect.go shell completion: update podman inspect --type options 2022-05-19 14:04:22 +02:00
kill.go Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
list.go bump go module to version 4 2022-01-18 12:47:07 +01:00
logs.go Fix stutters 2022-09-10 07:52:00 -04:00
mount.go cmd/podman: switch to golang native error wrapping 2022-06-30 12:58:57 +02:00
pause.go Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
port.go cmd/podman: switch to golang native error wrapping 2022-06-30 12:58:57 +02:00
prune.go bump go module to version 4 2022-01-18 12:47:07 +01:00
ps.go use cached containers.conf 2022-10-21 14:03:14 +02:00
rename.go cmd/podman: switch to golang native error wrapping 2022-06-30 12:58:57 +02:00
restart.go Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
restore.go Revert "cmd/podman: add support for checkpoint images" 2022-10-11 07:55:16 -04:00
rm.go remove container/pod id file along with container/pod 2022-11-03 17:07:09 +01:00
run.go bump golangci-lint to v1.50.1 2022-12-15 13:39:56 +01:00
runlabel.go bump go module to version 4 2022-01-18 12:47:07 +01:00
start.go Merge pull request #15134 from sstosh/improve-output 2022-08-09 06:13:10 +00:00
stats.go Add podman stats --no-trunc option 2022-08-17 13:16:01 -04:00
stop.go Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
top.go cmd/podman: switch to golang native error wrapping 2022-06-30 12:58:57 +02:00
unmount.go Combine the CheckAllLatest CID and PodID functions 2022-05-26 11:12:40 -04:00
unpause.go Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
update.go implement podman update 2022-09-01 13:02:01 -04:00
wait.go wait: add --ignore option 2022-12-16 10:24:29 +01:00