diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-06-12 16:11:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-12 16:11:42 -0400 |
commit | 14ae580dc615cdd77178368a63f311117f2cdc2a (patch) | |
tree | 49e937912eef86be9ecc677041ccfa5b06b57598 /docs/source/markdown/podman-commit.1.md | |
parent | 328174df27897b9aead1cd0d65d35756437ed690 (diff) | |
parent | 4bca1984a566fee9b62c4e798788082943d09e12 (diff) | |
download | podman-14ae580dc615cdd77178368a63f311117f2cdc2a.tar.gz podman-14ae580dc615cdd77178368a63f311117f2cdc2a.tar.bz2 podman-14ae580dc615cdd77178368a63f311117f2cdc2a.zip |
Merge pull request #10601 from Procyhon/07062021_manpage
[CI:DOCS] UPDATE manpages with MANPAGE_SYNTAX
Diffstat (limited to 'docs/source/markdown/podman-commit.1.md')
-rw-r--r-- | docs/source/markdown/podman-commit.1.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-commit.1.md b/docs/source/markdown/podman-commit.1.md index 92574cdc5..bb7d3ce70 100644 --- a/docs/source/markdown/podman-commit.1.md +++ b/docs/source/markdown/podman-commit.1.md @@ -23,7 +23,17 @@ Set the author for the committed image. #### **--change**, **-c**=*instruction* Apply the following possible instructions to the created image: -**CMD** | **ENTRYPOINT** | **ENV** | **EXPOSE** | **LABEL** | **ONBUILD** | **STOPSIGNAL** | **USER** | **VOLUME** | **WORKDIR** + +- *CMD* +- *ENTRYPOINT* +- *ENV* +- *EXPOSE* +- *LABEL* +- *ONBUILD* +- *STOPSIGNAL* +- *USER* +- *VOLUME* +- *WORKDIR* Can be set multiple times. |