Skip to content

Instantly share code, notes, and snippets.

@shau-lok
Last active September 20, 2017 02:28
Show Gist options
  • Save shau-lok/fdf2f5cd7aec23fd93fbc1313fcd3b4b to your computer and use it in GitHub Desktop.
Save shau-lok/fdf2f5cd7aec23fd93fbc1313fcd3b4b to your computer and use it in GitHub Desktop.
docker mysql
# pull
docker pull mysql
# run
docker run --name local-mysql -e MYSQL_ROOT_PASSWORD=password -itd mysql:latest
# enter
docker exec -it local-mysql bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment