Skip to content

Instantly share code, notes, and snippets.

@PetrGlad
Created February 20, 2019 15:16
Show Gist options
  • Save PetrGlad/8af5ec3aebb894c0d3ae699d5981bdfb to your computer and use it in GitHub Desktop.
Save PetrGlad/8af5ec3aebb894c0d3ae699d5981bdfb to your computer and use it in GitHub Desktop.
docker run --name=a-test-mysql --detach \
-e MYSQL_USER='blaser' \
-e MYSQL_PASSWORD='ok' \
-e MYSQL_DATABASE='dratabasss' \
mysql/mysql-server:5.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment