mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00

Much like --cidfile (#15414), --pod-id-file has two meanings. One is used in pod-related commands, one in container ones. Both meanings read the file, so the read/write split used in --cidfile is not applicable here. podman-pod-create keeps its --pod-id-file option because that one cannot be refactored: that's the only command (now) that writes a pod-id file. Reviewable using hack/markdown-preprocess-review but I did take some liberties with the #### args because they were wrong. And, since I had to much with the description text anyway (resulting in diffs), I also took the liberty of cleaning up a double space. Signed-off-by: Ed Santiago <santiago@redhat.com>
26 lines
516 B
Plaintext
26 lines
516 B
Plaintext
podman-auto-update.1.md
|
|
podman-build.1.md
|
|
podman-container-clone.1.md
|
|
podman-container-runlabel.1.md
|
|
podman-create.1.md
|
|
podman-image-sign.1.md
|
|
podman-kill.1.md
|
|
podman-kube-play.1.md
|
|
podman-login.1.md
|
|
podman-logout.1.md
|
|
podman-manifest-add.1.md
|
|
podman-manifest-push.1.md
|
|
podman-pause.1.md
|
|
podman-pod-clone.1.md
|
|
podman-pod-create.1.md
|
|
podman-pod-rm.1.md
|
|
podman-pod-start.1.md
|
|
podman-pod-stop.1.md
|
|
podman-pull.1.md
|
|
podman-push.1.md
|
|
podman-rm.1.md
|
|
podman-run.1.md
|
|
podman-search.1.md
|
|
podman-stop.1.md
|
|
podman-unpause.1.md
|