Skip to content

Instantly share code, notes, and snippets.

@Pierstoval
Last active December 21, 2018 12:35
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 Pierstoval/6f3f314863a1ddffa53ff889084c622f to your computer and use it in GitHub Desktop.
Save Pierstoval/6f3f314863a1ddffa53ff889084c622f to your computer and use it in GitHub Desktop.
docker run \
--name=mysql_host \
-dit -e MYSQL_ROOT_PASSWORD=mysql \
-p 3306:3306 \
mysql:5.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment