Created
July 28, 2017 07:18
-
-
Save yowcow/9393b3b06b682f344b6b179ea65adcff to your computer and use it in GitHub Desktop.
Create one-time MySQL database
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 --rm --name test-mysql -e MYSQL_ROOT_PASSWORD=hogehoge -p 3336:3306 -d mysql:5.7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment