diff options
author | Qi Wang <qiwan@redhat.com> | 2020-04-24 14:54:30 -0400 |
---|---|---|
committer | Qi Wang <qiwan@redhat.com> | 2020-04-24 14:57:56 -0400 |
commit | 2f3734b143a6f1d61e396ca221a211b7c487d081 (patch) | |
tree | 58c5c6f3effe94a73e2a9ece8d20aeac8a209586 /docs/source/markdown | |
parent | 3c3adac52838bc4d2b0fdda2cbb8366c81444728 (diff) | |
download | podman-2f3734b143a6f1d61e396ca221a211b7c487d081.tar.gz podman-2f3734b143a6f1d61e396ca221a211b7c487d081.tar.bz2 podman-2f3734b143a6f1d61e396ca221a211b7c487d081.zip |
Add --os to manifest add
Add --os to manifest add for overriding the os field.
Signed-off-by: Qi Wang <qiwan@redhat.com>
Diffstat (limited to 'docs/source/markdown')
-rw-r--r-- | docs/source/markdown/podman-manifest-add.1.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-manifest-add.1.md b/docs/source/markdown/podman-manifest-add.1.md index 4ecf03900..857a98e12 100644 --- a/docs/source/markdown/podman-manifest-add.1.md +++ b/docs/source/markdown/podman-manifest-add.1.md @@ -38,6 +38,13 @@ retrieved from the image's configuration information. Specify the features list which the list or index records as requirements for the image. This option is rarely used. +**--os** + +Override the OS which the list or index records as a requirement for the image. +If *imagename* refers to a manifest list or image index, the OS information +will be retrieved from it. Otherwise, it will be retrieved from the image's +configuration information. + **--os-version** Specify the OS version which the list or index records as a requirement for the |