envy icon indicating copy to clipboard operation
envy copied to clipboard

Lightweight dev environments with a twist

Results 27 envy issues
Sort by recently updated
recently updated
newest added

I just found out about https://hub.docker.com/_/docker/ yesterday and was wondering if envy should move on to using that since [jpetazzo's dind seems to be deprecated now](https://github.com/jpetazzo/dind#another-word-of-warning) :beers:

I'd like to use envy for some of my web development projects, but I'm not sure how to get access to the port the server is running on. For example,...

enhancement
discussion

if I resize my terminal window after starting a new dev session and I open vim, it still thinks its at the old dimensions. I've verified using `stty -a` that...

I'm trying to run a container with a docker volume from inside of an envy instance, but the folders always end up empty. Is this because of the docker inside...

Unless I'm misunderstanding how things work, using envy allows anybody with a github account to run containers on my host. It would be nice to easily restrict to my github...

Right now, `/home/` and `/root` are both persisted as volumes across all environments for a user. Root because that lets us customize the profile scripts for the root/default user, and...

enhancement
discussion

I normally use tmux when I'm in my dev environment so I can run the web server in one window, run grunt in another and vim in another. I've noticed...

discussion

I've noticed my clock regularly gets out of sync in envy environments. Any good way to fix this? Is there a way for docker to use the system's clock?

I edited my Dockerfile to FROM mysql and obviously it won't work but I exited the session, before I realised the mistake, now I can't log in to that environment...

enhancement