From 74e0511c962efdad23b44807d8de38955f5d2dcb Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 12 Sep 2022 15:27:31 -0600 Subject: Man pages: refactor common options: --os (pull) Only shared by podman-create, -pull, -run. No changes made other than whitespace, so this should be a gimme. podman-build, import, and manifest-* also have --os options, but those are unrelated and I can't find a way to combine any two of them. Signed-off-by: Ed Santiago --- docs/source/markdown/options/os.pull.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/source/markdown/options/os.pull.md (limited to 'docs/source/markdown/options') diff --git a/docs/source/markdown/options/os.pull.md b/docs/source/markdown/options/os.pull.md new file mode 100644 index 000000000..547a9fff8 --- /dev/null +++ b/docs/source/markdown/options/os.pull.md @@ -0,0 +1,4 @@ +#### **--os**=*OS* + +Override the OS, defaults to hosts, of the image to be pulled. For example, `windows`. +Unless overridden, subsequent lookups of the same image in the local storage will match this OS, regardless of the host. -- cgit v1.2.3-54-g00ecf