spiegel_podman/cmd/podman/containers
Giuseppe Scrivano 1a76d464fd
cmd, commit: change --pause default to true
Pause the container by default during commit.  It is safer as it
avoids conflicts, and potentially security issues, when another
process is accessing the container rootfs.

Originally this was not done because it was a breaking change and
rootless containers weren't able to use the freezer cgroup controller.
Now that we support only cgroup v2, there is no gap anymore with
root (exotic configurations can still use --pause=false).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2026-06-03 07:28:22 +02:00
..
attach.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
checkpoint.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
cleanup.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
clone.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
commit.go cmd, commit: change --pause default to true 2026-06-03 07:28:22 +02:00
container.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
cp.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
create.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
diff.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
exec.go Replace strings.Split(..)[0] with strings.Cut 2026-05-22 13:08:56 -07:00
exists.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
export.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
init.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
inspect.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
kill.go cmd/podman: replace strings.Split with strings.Cut 2026-05-22 12:36:26 -07:00
list.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
logs.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
mount.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
pause.go cmd/podman: replace strings.Split with strings.Cut 2026-05-22 12:36:26 -07:00
port.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
prune.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
ps.go ps: format labels as comma separated key=value for Docker compatibility 2026-04-30 18:04:49 +02:00
ps_test.go Switch common, storage and image to monorepo. 2025-09-01 12:33:04 +02:00
rename.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
restart.go cmd/podman: replace strings.Split with strings.Cut 2026-05-22 12:36:26 -07:00
restore.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
rm.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
run.go cmd/podman: don't warn on podman run -ti -d from not a tty 2026-05-29 10:37:26 +09:00
runlabel.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
start.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
stats.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
stop.go cmd/podman: replace strings.Split with strings.Cut 2026-05-22 12:36:26 -07:00
top.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
unmount.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
unpause.go cmd/podman: replace strings.Split with strings.Cut 2026-05-22 12:36:26 -07:00
update.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
wait.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00