docker save myapp:latest | gzip > myapp.tar.gz

Category: Docker

docker save myapp:latest | gzip > myapp.tar.gz

Save and compress an image to a gzipped tar archive

Saves and compresses a Docker image to a .tar.gz file.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.