Skip to content

Instantly share code, notes, and snippets.

@Defcoq
Last active September 19, 2019 19:43
Show Gist options
  • Save Defcoq/cd1d5badcbd7e2354f1eb50f8b4a8d2e to your computer and use it in GitHub Desktop.
Save Defcoq/cd1d5badcbd7e2354f1eb50f8b4a8d2e to your computer and use it in GitHub Desktop.
docker run \
-v c:/Users /data/:/var/lib/mysql \
-p 3306:3306 \
-e MYSQL_ROOT_PASSWORD=rootPassword \
-e MYSQL_DATABASE=database \
-e MYSQL_USER=user \
-e MYSQL_PASSWORD=password \
--name mysql \
mysql:5.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment