octoblu / meshblu

Meshblu is a cross-protocol IoT machine-to-machine messaging system.
https://meshblu.readme.io/
MIT License
816 stars 182 forks source link

Adding a Dockerfile to easily deploy a working skynet instance #23

Closed kstaken closed 10 years ago

kstaken commented 10 years ago

Simple dockerfile that deploys a basic skynet server with a minimum of hoop jumping. Very handy for quick experimentation.

cd skynet docker build -t=skynet . docker run -p 3000:3000 -i -t skynet

App is then accessible on http://localhost:3000

octoblu commented 10 years ago

Holy shit! Thanks Kimbro!