Skip to content

Instantly share code, notes, and snippets.

@andmax
Last active December 5, 2018 12:35
Show Gist options
  • Save andmax/6d56adbf4a7d9a00a1989bb0dbc4e44f to your computer and use it in GitHub Desktop.
Save andmax/6d56adbf4a7d9a00a1989bb0dbc4e44f to your computer and use it in GitHub Desktop.
Copy docker containers through different machines using save and load and gzip (.tar.gz or .tgz file)
nvidia-docker save <docker-image-name> | gzip > <path-to-tgz-file>
nvidia-docker load -i <path-to-tgz-file>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment