Skip to content

Instantly share code, notes, and snippets.

@Frechet
Last active June 13, 2020 13:23
Show Gist options
  • Save Frechet/55858c573f11d5c80d360f718ce42494 to your computer and use it in GitHub Desktop.
Save Frechet/55858c573f11d5c80d360f718ce42494 to your computer and use it in GitHub Desktop.
docker run -d --name db -p 3306:3306
-e MYSQL_USER=user -e MYSQL_PASSWORD=password -e MYSQL_ROOT_PASSWORD=root -e MYSQL_DATABASE=db mysql:5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment