Skip to content

Instantly share code, notes, and snippets.

@pistocop
Last active June 5, 2020 13:22
Show Gist options
  • Save pistocop/bb8d1d4635858e67de87b958f3ee32aa to your computer and use it in GitHub Desktop.
Save pistocop/bb8d1d4635858e67de87b958f3ee32aa to your computer and use it in GitHub Desktop.
Run MySQL server locally on docker
docker run -p 3306:3306 --name my-mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw -d mysql:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment