diff options
Diffstat (limited to 'docs/podman-commit.1.md')
-rw-r--r-- | docs/podman-commit.1.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/podman-commit.1.md b/docs/podman-commit.1.md index dd82c80e4..79e14aba6 100644 --- a/docs/podman-commit.1.md +++ b/docs/podman-commit.1.md @@ -54,7 +54,7 @@ Suppress output ## EXAMPLES ``` -# podman commit --change CMD=/bin/bash --change ENTRYPOINT=/bin/sh --change LABEL=blue=image reverent_golick image-commited +$ podman commit --change CMD=/bin/bash --change ENTRYPOINT=/bin/sh --change LABEL=blue=image reverent_golick image-commited Getting image source signatures Copying blob sha256:b41deda5a2feb1f03a5c1bb38c598cbc12c9ccd675f438edc6acd815f7585b86 25.80 MB / 25.80 MB [======================================================] 0s @@ -66,17 +66,17 @@ e3ce4d93051ceea088d1c242624d659be32cf1667ef62f1d16d6b60193e2c7a8 ``` ``` -# podman commit -q --message "committing container to image" reverent_golick image-commited +$ podman commit -q --message "committing container to image" reverent_golick image-commited e3ce4d93051ceea088d1c242624d659be32cf1667ef62f1d16d6b60193e2c7a8 ``` ``` -# podman commit -q --author "firstName lastName" reverent_golick image-commited +$ podman commit -q --author "firstName lastName" reverent_golick image-commited e3ce4d93051ceea088d1c242624d659be32cf1667ef62f1d16d6b60193e2c7a8 ``` ``` -# podman commit -q --pause=false reverent_golick image-commited +$ podman commit -q --pause=false reverent_golick image-commited e3ce4d93051ceea088d1c242624d659be32cf1667ef62f1d16d6b60193e2c7a8 ``` |