Hi!
I’m a new user of Bluefin Linux and until now I’m enjoying it very much.
I have some issues though, and I’d like some guidance from other more experienced users.
Specifically I’d like to know whether its possible to have exported binaries (or apps) with distrobox-export from both podman and docker and use them both at your host.
I’ve enabled docker and have created a erlang/elixir fedora-based distrobox with the aid of @klmcw’s tutorial because I’ve wanted also .devcontainer support with vscode.
But using an env variable like export DBX_CONTAINER_MANAGER=docker
in ~/.bashrc
breaks my other exported binaries from my podman containers.
It’s maybe a silly question, but have in mind that I’m new to all this…