Created
July 24, 2014 20:43
-
-
Save phstudy/560a1534e8449d25623e to your computer and use it in GitHub Desktop.
script to spin up docker container for rathena
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo docker run --name rathena -e AWS=true --link rathena-mysql:mysql -p 6900:6900 -p 6121:6121 -p 5121:5121 -d 'study/rathena:latest' | |
#sudo docker run --name rathena --link rathena-mysql:mysql --rm -it 'study/rathena:latest' /bin/bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment