Skip to content

Instantly share code, notes, and snippets.

@mefellows
Created March 18, 2015 02:05
Show Gist options
  • Save mefellows/ee6379d7f5445b7da85b to your computer and use it in GitHub Desktop.
Save mefellows/ee6379d7f5445b7da85b to your computer and use it in GitHub Desktop.
Run Minimal Mono Docker API
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