mirror of
https://github.com/containers/podman.git
synced 2025-11-30 18:18:18 +08:00
container-commit: support --squash to squash layers into one
Allow users to commit containers into a single layer. Usage ```bash podman container commit --squash <name> ``` Signed-off-by: Aditya R <arajan@redhat.com>
This commit is contained in:
@@ -154,6 +154,7 @@ type CommitOptions struct {
|
||||
Message string
|
||||
Pause bool
|
||||
Quiet bool
|
||||
Squash bool
|
||||
Writer io.Writer
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user