Created
March 18, 2015 02:05
-
-
Save mefellows/ee6379d7f5445b7da85b to your computer and use it in GitHub Desktop.
Run Minimal Mono Docker API
This file contains 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
vagrant up | |
vagrant ssh | |
cd /vagrant | |
./build.sh | |
docker run -d -p 8888:8888 mfellows/mono-api |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment