mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
Merge pull request #13314 from flouthoc/container-commit-squash
container-commit: support `--squash` to squash layers into one if users want.
This commit is contained in:
@ -60,6 +60,11 @@ Set commit message for committed image.\
|
||||
Pause the container when creating an image.\
|
||||
The default is **false**.
|
||||
|
||||
#### **--squash**, **-s**
|
||||
|
||||
Squash newly built layers into a single new layer.\
|
||||
The default is **false**.
|
||||
|
||||
#### **--quiet**, **-q**
|
||||
|
||||
Suppresses output.\
|
||||
|
Reference in New Issue
Block a user