diff options
Diffstat (limited to 'docs/podman-import.1.md')
-rw-r--r-- | docs/podman-import.1.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/podman-import.1.md b/docs/podman-import.1.md index 9125e849a..053a41538 100644 --- a/docs/podman-import.1.md +++ b/docs/podman-import.1.md @@ -27,14 +27,17 @@ Note: `:` is a restricted character and cannot be part of the file name. ## OPTIONS **--change, -c** + Apply the following possible instructions to the created image: **CMD** | **ENTRYPOINT** | **ENV** | **EXPOSE** | **LABEL** | **STOPSIGNAL** | **USER** | **VOLUME** | **WORKDIR** Can be set multiple times **--message, -m** + Set commit message for imported image **--quiet, -q** + Shows progress on the import ## EXAMPLES |