08/02/2025, Sat
Alternative to Distrobox
The desire for isolated and on-demand development environments can be met with
Distrobox, however it isn't well suited for development in terms of flexibility.
One shortcoming with that Distrobox is that it doesn't offer the option to specify the location drive for containers. This option is handled by the container software that is used with Distrobox. While Docker
does offer a way to specify a way to use containers in another drive, Distrobox didn't quite work well with Docker when the storage location of containers was changed in the Docker from my experience.
Since Distrobox is wrapping the functionality of either Docker or Podman, which means that it lives with the limitations of Docker or Podman. There is also the great likelihood that some features can't be mapped perfectly.
To address this issue, one would want to use a more full-fledge solution such as Incus.
With Incus, you no longer have to install a container application such as Podman or Docker with Distrobox for environment isolation.