mirror of
https://github.com/containers/podman.git
synced 2025-10-17 11:14:40 +08:00
Merge pull request #15770 from edsantiago/docs_dedup_os.pull
[CI:DOCS] Man pages: refactor common options: --os (pull)
This commit is contained in:
4
docs/source/markdown/options/os.pull.md
Normal file
4
docs/source/markdown/options/os.pull.md
Normal file
@ -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.
|
@ -326,9 +326,7 @@ This option conflicts with **--add-host**.
|
||||
|
||||
@@option oom-score-adj
|
||||
|
||||
#### **--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.
|
||||
@@option os.pull
|
||||
|
||||
@@option passwd-entry
|
||||
|
||||
|
@ -63,10 +63,7 @@ All tagged images in the repository will be pulled.
|
||||
|
||||
Print the usage statement.
|
||||
|
||||
#### **--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.
|
||||
@@option os.pull
|
||||
|
||||
@@option platform
|
||||
|
||||
|
@ -346,9 +346,7 @@ This option conflicts with **--add-host**.
|
||||
|
||||
@@option oom-score-adj
|
||||
|
||||
#### **--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.
|
||||
@@option os.pull
|
||||
|
||||
#### **--passwd**
|
||||
|
||||
|
Reference in New Issue
Block a user