mirror of
https://github.com/containers/podman.git
synced 2025-05-20 16:47:39 +08:00
Merge pull request #13588 from flouthoc/import-os-arch
import: allow users to set `--os`, `--arch` and `--variant` of image imports
This commit is contained in:
@ -19,6 +19,10 @@ Note: `:` is a restricted character and cannot be part of the file name.
|
||||
|
||||
## OPTIONS
|
||||
|
||||
#### **--arch**
|
||||
|
||||
Set architecture of the imported image.
|
||||
|
||||
#### **--change**=*instruction*, **-c**
|
||||
|
||||
Apply the following possible instructions to the created image:
|
||||
@ -30,10 +34,18 @@ Can be set multiple times
|
||||
|
||||
Set commit message for imported image
|
||||
|
||||
#### **--os**
|
||||
|
||||
Set OS of the imported image.
|
||||
|
||||
#### **--quiet**, **-q**
|
||||
|
||||
Shows progress on the import
|
||||
|
||||
#### **--variant**
|
||||
|
||||
Set variant of the imported image.
|
||||
|
||||
**--verbose**
|
||||
|
||||
Print additional debugging information
|
||||
|
Reference in New Issue
Block a user