Skip to content

Instantly share code, notes, and snippets.

@alejandrobernardis
Created October 3, 2019 02:12
Show Gist options
  • Save alejandrobernardis/1a27a402ae4b6bdff56c9f82376e725f to your computer and use it in GitHub Desktop.
Save alejandrobernardis/1a27a402ae4b6bdff56c9f82376e725f to your computer and use it in GitHub Desktop.
back docker images
docker images --format "docker save -o {{.Repository}}_{{.Tag}}.tar {{.Repository}}:{{.Tag}}" | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment