Forum Navigation
You need to log in to create posts and topics.

Backup Docker Images

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