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

Ugh. This had about five different variations among twelve files. I went with the version from podman-create, kube play, login, pull, push, run. The others: - manifest-add and create did not include the "true, false, missing" text. Now they do. (If this text is N/A to these two, please yell). Also, these two were written with "talking" instead of "contacting" the registry. - podman-build had "does not work with remote", but this does not seem to be true, so I removed it. None of the other files had that. - the wording in podman-search is just weird, with "if needed" and "is listed" and unclear "insecure registries". I just nuked it all. If that wording was deliberate, for some reason that applies only to podman-search, please yell. - podman-container-runlabel has one diff that I like, actually spelling out containers-registries.conf(5), but incorporating that would make this even harder to review. I will add that to my in-progress doc-cleanup PR. Review recommendation: run hack/markdown-preprocess-review but just quit out of it immediately (on both popups). Ignore it completely. Then cd /tmp/markdown-preprocess-review.diffs/tls-verify and run $ clear;for i in podman-*;do echo;echo $i;wdiff -t $i zzz-chosen.md;done This will show the major diffs between each version and the chosen one. Assumes you have wdiff installed. If you have another colorize-actual- individual-word-diffs tool installed, use that. I like cdif[1]. [1] https://github.com/kaz-utashiro/sdif-tools Signed-off-by: Ed Santiago <santiago@redhat.com>
32 lines
639 B
Plaintext
32 lines
639 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-exec.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-logs.1.md
|
|
podman-manifest-add.1.md
|
|
podman-manifest-create.1.md
|
|
podman-manifest-push.1.md
|
|
podman-pause.1.md
|
|
podman-pod-clone.1.md
|
|
podman-pod-create.1.md
|
|
podman-pod-kill.1.md
|
|
podman-pod-logs.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
|
|
podman-update.1.md
|