Skip to content

Instantly share code, notes, and snippets.

@chihirokaasan
Created July 24, 2017 03:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chihirokaasan/664af9dca170de28de42445eb383b852 to your computer and use it in GitHub Desktop.
Save chihirokaasan/664af9dca170de28de42445eb383b852 to your computer and use it in GitHub Desktop.
Docker のMySQLイメージからコンテナを作成
docker run --name your-container-name -e MYSQL_ROOT_PASSWORD=your-mysql-root-password -d mysql:5.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment