docker save | Docker Documentation
docs.docker.com › engine › referencedocker save Description π Save one or more images to a tar archive (streamed to STDOUT by default) Usage π $ docker save [OPTIONS] IMAGE [IMAGE...] Extended description π Produces a tarred repository to the standard output stream. Contains all parent layers, and all tags + versions, or specified repo:tag, for each argument provided.