Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Yes I run:

sudo docker run -it -v (pwd):(pwd) my_dev_image

many times every day, to create a development enviromnent in CWD. My_dev_image is a debian-based image with common developer utilities (pip, npm, common packages installed). I don't feel comfortable installing random packages from the internet on my host machine, so I use docker for everything.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: