Hacker News new | past | comments | ask | show | jobs | submit login

I’ve been manually deploying my projects for years.

Can anyone comment on the Docker learning & troubleshooting story for python?




Docker + setuptools/pip + python is great for development and production. Docker is definitely worth learning, and is pretty easy to learn.


Start with `docker` and learn the basics concepts: difference between image and container, layers, etc. Copy a Python `Dockerfile` and see that it works. After a while you'll get the hang of it and will be able to know what to google and how to navigate the docker manual. Pythonspeed.com has some good protips once you understand the basics.

You'll get confident and from there learning `docker-compose` is a breeze.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

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

Search: