Skip to content

Instantly share code, notes, and snippets.

@yowcow
Created July 28, 2017 07:18
Show Gist options
  • Save yowcow/9393b3b06b682f344b6b179ea65adcff to your computer and use it in GitHub Desktop.
Save yowcow/9393b3b06b682f344b6b179ea65adcff to your computer and use it in GitHub Desktop.
Create one-time MySQL database
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