Created
March 30, 2017 08:48
-
-
Save jamesattard/eef0bfe6cd0c0faebf6a96479c58d882 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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