Skip to content

Instantly share code, notes, and snippets.

@bjdixon
Created April 11, 2017 08:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjdixon/345c630f31a29132843522e2994f2fa6 to your computer and use it in GitHub Desktop.
Save bjdixon/345c630f31a29132843522e2994f2fa6 to your computer and use it in GitHub Desktop.
create a mysql server in a docker container
docker run --detach --name instance-of-mysql -p 3306 -e MYSQL_ROOT_PASSWORD=secretPw -d mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment