automation-tests/cmd/podman/pods
Valentin Rothberg 221cfc6872 container/pod id file: truncate instead of throwing an error
Truncate the container and pod ID files instead of throwing an error.
The main motivation is to prevent redundant work when starting systemd
units.  Throwing an error when the file already exists is not preventing
races or file corruptions, so let's leave that to the user which in
almost all cases are generated (and tested) systemd units.

Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
2022-10-25 09:37:35 +02:00
..
clone.go implement podman update 2022-09-01 13:02:01 -04:00
create.go container/pod id file: truncate instead of throwing an error 2022-10-25 09:37:35 +02:00
exists.go bump go module to version 4 2022-01-18 12:47:07 +01:00
inspect.go fix podman pod inspect to support multiple pods 2022-09-08 10:28:42 +02:00
kill.go Combine the CheckAllLatest CID and PodID functions 2022-05-26 11:12:40 -04:00
logs.go `podman pod logs -l` no longer panics 2022-09-29 08:56:02 -04:00
pause.go Combine the CheckAllLatest CID and PodID functions 2022-05-26 11:12:40 -04:00
pod.go bump go module to version 4 2022-01-18 12:47:07 +01:00
prune.go bump go module to version 4 2022-01-18 12:47:07 +01:00
ps.go docs: add missing options 2022-10-12 17:00:27 +02:00
restart.go Combine the CheckAllLatest CID and PodID functions 2022-05-26 11:12:40 -04:00
rm.go When removing objects specifying --force,podman should exit with 0 2022-07-26 16:00:42 -04:00
start.go Combine the CheckAllLatest CID and PodID functions 2022-05-26 11:12:40 -04:00
stats.go shell completion --format: use structs by reference 2022-04-28 18:12:17 +02:00
stop.go Combine the CheckAllLatest CID and PodID functions 2022-05-26 11:12:40 -04:00
top.go cmd/podman: switch to golang native error wrapping 2022-06-30 12:58:57 +02:00
unpause.go Fix podman pod unpaue TODO 2022-07-05 10:32:49 -04:00