docker save | Docker Documentation
docs.docker.com › engine › referenceDescription 🔗 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.
Docker Install Image From Tar
chipblog.providencesolar.co › docker-install-imageDec 27, 2021 · Save Docker Image to a tar file. Save the Docker Image file to a tar file, so that the image file could be copied to other machines through disk storage devices like pen-drive, etc. Install Kafka And Zookeeper In Dockerfile. Run the following command to save Docker image as a tar file. Saving might take few seconds. Wait for the command to ...