envy
envy copied to clipboard
Lightweight dev environments with a twist
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,...
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...
tmux?
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...
clock
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...