mirror of
https://github.com/containers/skopeo.git
synced 2026-07-15 15:34:50 +00:00
Second pass of manpages, more tweaking to follow. Signed-off-by: TomSweeneyRedHat <tsweney@redhat.com> Closes: #53 Approved by: nalind
28 lines
682 B
Markdown
28 lines
682 B
Markdown
## buildah-commit "March 2017"
|
|
|
|
## NAME
|
|
buildah commit - Create an image from a working container.
|
|
|
|
|
|
## SYNOPSIS
|
|
**buildah** **commit** **containerID** [*command options* [...]]
|
|
|
|
## DESCRIPTION
|
|
Writes a new image using the container's read-write layer and if it is based on an image, the layers of that image are written.
|
|
|
|
## OPTIONS
|
|
|
|
**--disable-compression**
|
|
Don't compress the layers.
|
|
|
|
**--signature-policy
|
|
Pathname of the signature policy file to use. This option is generally not recommended for use.
|
|
|
|
## EXAMPLE
|
|
**buildah commit containerID **
|
|
**buildah commit containerID --disable-compression --signature-policy '/etc/containers/policy.json' **
|
|
|
|
## SEE ALSO
|
|
buildah(1)
|
|
|