Created
May 23, 2018 09:50
-
-
Save ck196/6f971226881bb86076b7948a58925e6d to your computer and use it in GitHub Desktop.
docker-mysql
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
docker run --name some-mysql -v /my/own/datadir:/var/lib/mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw -d mysql:tag |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment