diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-03-23 13:15:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-23 13:15:47 +0100 |
commit | a8743d3327b9a97ea812632885492d95c816d79a (patch) | |
tree | a484397dcb515c20e1e6c62fe7a08510794e1581 /docs/source/markdown | |
parent | 9d8972e0ee665325a2519eb168423d773856d563 (diff) | |
parent | eedce31eb4aa8c0678c24cdf907ebd971ce02233 (diff) | |
download | podman-a8743d3327b9a97ea812632885492d95c816d79a.tar.gz podman-a8743d3327b9a97ea812632885492d95c816d79a.tar.bz2 podman-a8743d3327b9a97ea812632885492d95c816d79a.zip |
Merge pull request #13588 from flouthoc/import-os-arch
import: allow users to set `--os`, `--arch` and `--variant` of image imports
Diffstat (limited to 'docs/source/markdown')
-rw-r--r-- | docs/source/markdown/podman-import.1.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-import.1.md b/docs/source/markdown/podman-import.1.md index 462e9eacf..a79b6cfdd 100644 --- a/docs/source/markdown/podman-import.1.md +++ b/docs/source/markdown/podman-import.1.md @@ -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 |