progrium / envy

Lightweight dev environments with a twist
MIT License
321 stars 21 forks source link

Go port #45

Closed progrium closed 9 years ago

progrium commented 9 years ago

Here is the Go port with a number of changes. Most are documented in the README. It still behaves pretty identical to the original prototype with some path changes and feature additions, including a CLI.

Try it out and give any feedback here. As long as it works mostly as good as the prototype, I'll merge into master and we'll figure out what a 0.1.0 release looks like.

fgrehm commented 9 years ago

Not sure how to best solve this but I had trouble running this because my machine has Docker 1.7.1 installed and the nested DinD instance was not able to start when running with 1.6 inside the envy container. In order to work around that I had to run envy with -v /usr/bin/docker:/bin/docker.

Besides that and having to figure out where my /env went, LGTM! Great job on this :beers: