mirror of
https://github.com/containers/skopeo.git
synced 2025-08-01 23:07:51 +00:00
Adds override-variant to man pages
Signed-off-by: Jirka Chadima <chadima.jiri@gmail.com>
This commit is contained in:
parent
222beaf4c7
commit
c6a731bb2e
@ -20,7 +20,7 @@ Uses the system's trust policy to validate images, rejects images not trusted by
|
||||
**--all**
|
||||
|
||||
If _source-image_ refers to a list of images, instead of copying just the image which matches the current OS and
|
||||
architecture (subject to the use of the global --override-os and --override-arch options), attempt to copy all of
|
||||
architecture (subject to the use of the global --override-os, --override-arch and --override-variant options), attempt to copy all of
|
||||
the images in the list, and the list itself.
|
||||
|
||||
**--authfile** _path_
|
||||
|
@ -58,6 +58,8 @@ Most commands refer to container images, using a _transport_`:`_details_ format.
|
||||
|
||||
**--override-os** _OS_ Use _OS_ instead of the running OS for choosing images.
|
||||
|
||||
**--override-variant** _VARIANT_ Use _VARIANT_ instead of the running architecture variant for choosing images.
|
||||
|
||||
**--command-timeout** _duration_ Timeout for the command execution.
|
||||
|
||||
**--help**|**-h** Show help
|
||||
|
Loading…
Reference in New Issue
Block a user