mirror of
https://github.com/containers/skopeo.git
synced 2026-02-03 07:48:30 +00:00
Second pass of manpages, more tweaking to follow. Signed-off-by: TomSweeneyRedHat <tsweney@redhat.com> Closes: #53 Approved by: nalind
682 B
682 B
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)