summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-commit.1.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-06-23 13:09:30 -0400
committerGitHub <noreply@github.com>2021-06-23 13:09:30 -0400
commite50e0dad9055673ef344f756e91387d9bd0c4d90 (patch)
treeab774bfc2b1474e85e57418df73444af85e8fef0 /docs/source/markdown/podman-commit.1.md
parent7ed18eaec6a3ad6aff45cec79fdb15e7ffb6396c (diff)
parente344a5899f7e02aea27b830bf58d8ca0bad40490 (diff)
downloadpodman-e50e0dad9055673ef344f756e91387d9bd0c4d90.tar.gz
podman-e50e0dad9055673ef344f756e91387d9bd0c4d90.tar.bz2
podman-e50e0dad9055673ef344f756e91387d9bd0c4d90.zip
Merge pull request #10676 from Procyhon/13062021_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.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/source/markdown/podman-commit.1.md b/docs/source/markdown/podman-commit.1.md
index bb7d3ce70..87b7e8aea 100644
--- a/docs/source/markdown/podman-commit.1.md
+++ b/docs/source/markdown/podman-commit.1.md
@@ -15,7 +15,6 @@ If `image` does not begin with a registry name component, `localhost` will be ad
If `image` is not provided, the values for the `REPOSITORY` and `TAG` values of the created image will each be set to `<none>`.
## OPTIONS
-
#### **--author**, **-a**=*author*
Set the author for the committed image.
@@ -39,7 +38,8 @@ Can be set multiple times.
#### **--format**, **-f** =**oci** | *docker*
-Set the format of the image manifest and metadata. The currently supported formats are **oci** and *docker*. The default is **oci**.
+Set the format of the image manifest and metadata. The currently supported formats are **oci** and *docker*.\
+The default is **oci**.
#### **--iidfile**=*ImageIDfile*
@@ -47,7 +47,8 @@ Write the image ID to the file.
#### **--include-volumes**
-Include in the committed image any volumes added to the container by the **--volume** or **--mount** OPTIONS to the **[podman create](podman-create.1.md)** and **[podman run](podman-run.1.md)** commands. The default is **false**.
+Include in the committed image any volumes added to the container by the **--volume** or **--mount** OPTIONS to the **[podman create](podman-create.1.md)** and **[podman run](podman-run.1.md)** commands.\
+The default is **false**.
#### **--message**, **-m**=*message*
@@ -56,14 +57,15 @@ Set commit message for committed image.\
#### **--pause**, **-p**
-Pause the container when creating an image. The default is **false**.
+Pause the container when creating an image.\
+The default is **false**.
#### **--quiet**, **-q**
-Suppresses output. The default is **false**.
+Suppresses output.\
+The default is **false**.
## EXAMPLES
-
Create image from container with entrypoint and label
```
$ podman commit --change CMD=/bin/bash --change ENTRYPOINT=/bin/sh --change "LABEL blue=image" reverent_golick image-committed