mirror of
https://github.com/containers/podman.git
synced 2025-07-17 17:43:23 +08:00

Refactored among all files that mentioned it. DANGER WILL ROBINSON! REVIEW CAREFULLY! Here are two major decisions I made: 1) Look at the text for podman-run, in particular the "" text. It currently says "will use the default". As best I can tell this is not true, so I changed it to "will disable" which matches all the other commands. 2) The "containers.conf" text, I decided, applies to all commands, not just podman-run (it was only present in podman-run). If this is not the case, please yell. Other changes are cosmetic formatting stuff, asterisks end newlines. Hard to review with hack/markdown-preprocess-review, because all the text is one horrible long line instead of 80-char breaks. Signed-off-by: Ed Santiago <santiago@redhat.com>