basecamp / pow

Zero-configuration Rack server for Mac OS X
http://pow.cx/
MIT License
3.41k stars 259 forks source link

Support for Docker Machine #523

Open stefan-pdx opened 8 years ago

stefan-pdx commented 8 years ago

It would be great if a Pow configuration could link to a Docker Machine instance. I often find myself running the following:

echo http://$(docker-machine ip my_app) > ~/.pow/my_app

Is there a way that ~/.pow/my_app could defer to the IP address for a Docker Machine instance?

Thanks!