7 ms·
I can't believe people aren't using devcontainers
by lagt_t 2y ago
I can't believe people aren't using devcontainers
- adolph 2y agoThis 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)?
- linsomniac 2y agoTell me more...
- bdcravens 2y agoI haven't embraced devcontainers specifically, but I've standardized on putting all apps in Docker Compose for a few years now.