Merge pull request #5028 from baude/commitimage

make image reference for commit optional
This commit is contained in:
OpenShift Merge Robot
2020-01-30 17:10:20 -08:00
committed by GitHub
2 changed files with 7 additions and 4 deletions

View File

@ -6,7 +6,7 @@ podman\-commit - Create new image based on the changed container
## SYNOPSIS
**podman commit** [*options*] *container* *image*
**podman container commit** [*options*] *container* *image*
**podman container commit** [*options*] *container* [*image*]
## DESCRIPTION
**podman commit** creates an image based on a changed container. The author of the