LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

crane-push

upload tarball as container image

TLDR

Push tarball as image
$ crane push [image.tar] [registry/repo:tag]
copy

SYNOPSIS

crane push [options] tarball image

DESCRIPTION

crane push uploads a tarball as a container image to a registry. The tarball should be in OCI or Docker image format (as produced by crane pull or docker save).

SEE ALSO

crane(1), crane-pull(1)

Copied to clipboard
Kai