Add podman commit command

podman commit allows the user to commit containers
as images with options of tagging th image, setting
a commit message, setting the auther, and making
changes to the instructions.

Signed-off-by: umohnani8 <umohnani@redhat.com>

Closes: #143
Approved by: rhatdan
This commit is contained in:
umohnani8
2017-12-15 16:14:52 -05:00
committed by Atomic Bot
parent 5da9fd4953
commit 26a6e0de46
9 changed files with 377 additions and 5 deletions

View File

@@ -35,6 +35,7 @@ func main() {
app.Commands = []cli.Command{
attachCommand,
commitCommand,
createCommand,
diffCommand,
execCommand,