Hacker News new | ask | show | jobs
by lagt_t 805 days ago
I can't believe people aren't using devcontainers
3 comments

This is especially significant for all the stuff outside the virtual environment.

Is there a standard method of making a "deploycontainer" from a devcontainer? Something that strips out everything not necessary to execute the application (however that is defined)?

I haven't embraced devcontainers specifically, but I've standardized on putting all apps in Docker Compose for a few years now.
Tell me more...