• Dr. Wesker
    link
    fedilink
    English
    5
    edit-2
    4 months ago

    Dev containers are amazing, even just for solo projects. They make maintenance a breeze, and don’t pollute your coding rig with unneeded packages, or venv created by package managers.

    EDIT: Here’s a very simple VSCode dev container that I’ve spun up for a python project, if anyone wants another example of what they can look like:

    https://github.com/wesker-albert/cibo/tree/master/.devcontainer

  • @onlinepersona
    link
    English
    -24 months ago

    I prefer devbox and devenv. No need for containers, no mucking around with Dockerfiles, no editor/IDE specific stuff, a large repository of packages, and most importantly no control by microsoft.

    CC BY-NC-SA 4.0