diff options
author | Alexander Richter <67486332+Procyhon@users.noreply.github.com> | 2021-06-08 14:09:29 +0200 |
---|---|---|
committer | Alexander Richter <67486332+Procyhon@users.noreply.github.com> | 2021-06-12 18:50:20 +0200 |
commit | 4bca1984a566fee9b62c4e798788082943d09e12 (patch) | |
tree | 056253356c6fc3e97d80abdca7dde283997a03d9 /docs/source/markdown/podman-commit.1.md | |
parent | d03963380aeb337556e9598b406cdbd6a774fc3c (diff) | |
download | podman-4bca1984a566fee9b62c4e798788082943d09e12.tar.gz podman-4bca1984a566fee9b62c4e798788082943d09e12.tar.bz2 podman-4bca1984a566fee9b62c4e798788082943d09e12.zip |
UPDATE manpages with MANPAGE_SYNTAX
The following manpages have been adapted to the MANPAGE_SYNTAX:
- podman-completion
- podman-container-checkpoint
- podman-container-cleanup
- podman-container-exists
The following manpages have had little changes:
- podman-attach
- podman-commit
- MANPAGE_SYNTAX
- Makefile
Signed-off-by: Alexander Richter <67486332+Procyhon@users.noreply.github.com>
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. |