Read-only archive. These discussions are from Tracston's earlier
technical forum and are kept online because the answers are still useful.
New replies are closed. Need help with something like this?
Talk to us.
Question
23 Oct 2020
Problem
User wants to save local docker image for backup or upload to offline registry manually
Solution
Save an image to a tar.gz file using gzip
docker save tracstonimage:latest | gzip > tracston_image_latest.tar.gz
Export specific particular tags of an image repository.
docker save -o tracston_image.tar web:nodejs web:mariadb
Need this fixed properly?
We do this for a living.
Kubernetes, DevOps and platform engineering, delivered in days — not another weekend lost to a stack trace.
Start a project →