diff options
Diffstat (limited to 'docs/podman-commit.1.md')
-rw-r--r-- | docs/podman-commit.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/podman-commit.1.md b/docs/podman-commit.1.md index b2a7bd7c2..e4f6a4453 100644 --- a/docs/podman-commit.1.md +++ b/docs/podman-commit.1.md @@ -27,6 +27,10 @@ Apply the following possible instructions to the created image: **CMD** | **ENTRYPOINT** | **ENV** | **EXPOSE** | **LABEL** | **STOPSIGNAL** | **USER** | **VOLUME** | **WORKDIR** Can be set multiple times +**--iidfile** *ImageIDfile* + +Write the image ID to the file. + **--message, -m** Set commit message for committed image |