From 1700f2b2381d9665810ed4764d0fe357150c5978 Mon Sep 17 00:00:00 2001 From: baude Date: Tue, 3 Apr 2018 12:34:19 -0500 Subject: Use buildah commit for podman commit Resolves: #586 and #520 Signed-off-by: baude Closes: #592 Approved by: mheon --- docs/podman-commit.1.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'docs') diff --git a/docs/podman-commit.1.md b/docs/podman-commit.1.md index 31eb8800a..9261a311a 100644 --- a/docs/podman-commit.1.md +++ b/docs/podman-commit.1.md @@ -6,13 +6,7 @@ podman commit - Create new image based on the changed container ## SYNOPSIS -**podman commit** -**TARBALL** -[**--author**|**-a**] -[**--change**|**-c**] -[**--message**|**-m**] -[**--help**|**-h**] -[**--verbose**] +**podman commit** [*options* [...]] CONTAINER IMAGE ## DESCRIPTION **podman commit** creates an image based on a changed container. The author of the @@ -23,12 +17,6 @@ committed. This minimizes the likelihood of data corruption when creating the ne image. If this is not desired, the **--pause** flag can be set to false. When the commit is complete, podman will print out the ID of the new image. -**podman [GLOBAL OPTIONS]** - -**podman commit [GLOBAL OPTIONS]** - -**podman commit [OPTIONS] CONTAINER** - ## OPTIONS **--author, -a** @@ -68,7 +56,7 @@ e3ce4d93051ceea088d1c242624d659be32cf1667ef62f1d16d6b60193e2c7a8 ``` ``` -# podman commit -q --author "firstName lastName" reverent_golick +# podman commit -q --author "firstName lastName" reverent_golick image-commited e3ce4d93051ceea088d1c242624d659be32cf1667ef62f1d16d6b60193e2c7a8 ``` -- cgit v1.2.3-54-g00ecf