Hacker News new | ask | show | jobs
by speedgoose 1440 days ago
I ignore these and go straight to software containers (docker, podman, kubernetes,…) because my hammer works well.
1 comments

So just using pip inside the container? Microsoft is looking to standardize development containers [1], a cleanroom environment where you live while you develop. That container can itself be used as a workbench for then packaging your application into a container of its own for deployment on K8s or what have you.

[1] https://code.visualstudio.com/docs/remote/containers

Yes, normal standard pip with no risks to break anything.