Skip to content

Instantly share code, notes, and snippets.

@evaldosantos
Created October 28, 2021 00:36
Show Gist options
  • Save evaldosantos/468b584e3bc79c399a4df35b6b5b01fc to your computer and use it in GitHub Desktop.
Save evaldosantos/468b584e3bc79c399a4df35b6b5b01fc to your computer and use it in GitHub Desktop.
Mysql from docker
docker run -p 3307:3306 --name mysql -e MYSQL_ROOT_PASSWORD=root -d mysql:5.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment