LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

crane-export

export flattened image filesystem

TLDR

Export image filesystem to tarball
$ crane export [image] [output.tar]
copy
Export to stdout
$ crane export [image] - | tar -tvf -
copy

SYNOPSIS

crane export [options] image output

DESCRIPTION

crane export exports the filesystem of a container image to a tarball. This flattens all layers into a single archive representing the final filesystem state.Use - as output to write to stdout.

SEE ALSO

crane(1), crane-pull(1)

Copied to clipboard
Kai