mirror of
https://github.com/containers/podman.git
synced 2025-12-08 06:39:05 +08:00
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:
@@ -35,6 +35,7 @@ func main() {
|
||||
|
||||
app.Commands = []cli.Command{
|
||||
attachCommand,
|
||||
commitCommand,
|
||||
createCommand,
|
||||
diffCommand,
|
||||
execCommand,
|
||||
|
||||
Reference in New Issue
Block a user