envy
envy copied to clipboard
Lightweight dev environments with a twist
Project is intentionally obfuscated to limit use. It's too early. Here is a checklist of things that need to be done. Suggestions welcome. - [ ] readme - [ ]...
I took a stab at implementing the support for exposing ports for web servers on my fork and the way I made it work was to recreate the nested docker...
Based on assumptions set up in https://github.com/progrium/envy/issues/15 we can create a special case for jumping into environments built based on projects/repos that exist on any Github repo. This is particularly...
Idea is you can have your existing project repos include a `Dockerfile.envy` that's a Dockerfile made specifically for building a development environment for that project. When you create a new...
Similar in spirit to GH-15, the idea would be to look for named environments under user's envy homedir repo (from GH-14) so we can have things like a simple Ruby...
I'm seeing a lot of left over containers if envy crashes, or a connection fails. Have you seen this behavior? IE `user.TIMESTAMP`
@progrium here is my attempt at a shared environment support.
_Fork of https://github.com/progrium/envy/issues/10#issuecomment-115404966_ Steps to reproduce: 1. Go to http://envy.host/u/a-user 2. Wait until build is completed 3. Close the browser (without an explicit `exit`) 4. SSH into `envy.host` 5. Run...
I have a base docker image for my dev setup and if I type `rebuild` it builds from that. The problem is I regularly update that image, but rebuild isn't...