Skip to content

Instantly share code, notes, and snippets.

@jamesattard
Created March 30, 2017 08:48
Show Gist options
  • Select an option

  • Save jamesattard/eef0bfe6cd0c0faebf6a96479c58d882 to your computer and use it in GitHub Desktop.

Select an option

Save jamesattard/eef0bfe6cd0c0faebf6a96479c58d882 to your computer and use it in GitHub Desktop.
# Restore from Docker repo
$ docker run mysql
# Restore from Docker tarball
$ docker load -i mysql.tar
$ docker images # To confirm that it has been loaded locally
$ docker run mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment