Commit an image from a container
commit an image from a container.
pouch commit [OPTIONS] CONTAINER REPOSITORY[:TAG]
$ pouch commit 25bf50 test:image
1c7e415csa333
-a, --author string Image author, eg.(name <[email protected]>)
-h, --help help for commit
-m, --message string Commit message
-D, --debug Switch client log level to DEBUG mode
-H, --host string Specify connecting address of Pouch CLI (default "unix:///var/run/pouchd.sock")
--tlscacert string Specify CA file of TLS
--tlscert string Specify cert file of TLS
--tlskey string Specify key file of TLS
--tlsverify Use TLS and verify remote
- pouch - An efficient container engine