Last active
December 11, 2017 12:01
-
-
Save phmLabs/0b7cb3b6a0fccfcc9ea994ba47d5ff21 to your computer and use it in GitHub Desktop.
Start mysql as docker container
This file contains 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 -e MYSQL_ROOT_PASSWORD=my-secret-pw -d -p 3306:3306 -v /Users/exthcont049/mysqldata:/var/lib/mysql mysql:5.7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment