Are distroboxes, podman, and docker all names for the same type of program? I’ll have to start researching the ones you mentioned and see if it fits what I’m doing.
Distrobox is more like running an entire other Linux distro to run your program, so like before my laptop died completely I had Bazzite and needed to install something locally that was way easier to do in an Ubuntu Distrobox, any time I wanted to run that program I open up my distrobox and run it, felt very native and the app and its files were still in my normal home directory yet ran with dependencies and such I had in the distrobox only.
Definitely nifty but different from the goal of podman/docker imo
they’re all containerization programs yes. I believe they differ in some minor details but thanks to the OCI standards a image built with docker will run in podman or vice versa.
distrobox is a little more feature rich for development, meant for exposing services and are interactive by default, vs dockers run and forget methodology.
Are distroboxes, podman, and docker all names for the same type of program? I’ll have to start researching the ones you mentioned and see if it fits what I’m doing.
Distrobox is more like running an entire other Linux distro to run your program, so like before my laptop died completely I had Bazzite and needed to install something locally that was way easier to do in an Ubuntu Distrobox, any time I wanted to run that program I open up my distrobox and run it, felt very native and the app and its files were still in my normal home directory yet ran with dependencies and such I had in the distrobox only.
Definitely nifty but different from the goal of podman/docker imo
Oh thats cool, I can make use of that for sure. Thanks for the explanation!
they’re all containerization programs yes. I believe they differ in some minor details but thanks to the OCI standards a image built with docker will run in podman or vice versa.
distrobox is a little more feature rich for development, meant for exposing services and are interactive by default, vs dockers run and forget methodology.