crane-export

export flattened image filesystem

TLDR

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

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.

INSTALL

sudo pacman -S crane
sudo apk add crane
sudo zypper install crane
brew install crane
nix profile install nixpkgs#crane

SEE ALSO

crane(1), crane-pull(1)

RESOURCES

Source code · Documentation