Skip to content

Instantly share code, notes, and snippets.

@koobitor
Last active December 30, 2019 04:20
Show Gist options
  • Select an option

  • Save koobitor/9679eed36ee9984ef7a552084c761171 to your computer and use it in GitHub Desktop.

Select an option

Save koobitor/9679eed36ee9984ef7a552084c761171 to your computer and use it in GitHub Desktop.

Backup

docker save [image] > image.tar
docker export [image] > image.tar

Restore

docker load < [image].tar.gz
docker load -i /tmp/backup01.tar

Import

docker import [image].tar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment