Skip to content

Instantly share code, notes, and snippets.

@phstudy
Last active August 29, 2015 14:04
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 phstudy/457194be0b3a47d94b82 to your computer and use it in GitHub Desktop.
Save phstudy/457194be0b3a47d94b82 to your computer and use it in GitHub Desktop.
script to spin up docker container for mysql
sudo docker run --name rathena-mysql -e MYSQL_ROOT_PASSWORD=rathena731220 -d mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment