Elixir and Erlang installation?

You know what?
I think I know what happens.

The distrobox is succsfully built but the distrobox command is associated with podman as a container manager.

DBX_CONTAINER_MANAGER=docker distrobox list
ID           | NAME                 | STATUS             | IMAGE                         
ab5fc65b5045 | fedora-elixir-dx     | Up 3 minutes       | fedora-elixir-dx:latest       

1 Like

Any way to change the default container manager on my host?

Like : export DBX_CONTAINER_MANAGER=docker in .bashrc ?

1 Like

That will work. There is also a few config file locations for setting it as well.

1 Like

I add export DBX_CONTAINER_MANAGER=docker to my .bashrc script.

Good catch!

Be careful with that setting if you use podman as well though.

I do. I am a container junky. Having both docker and podman gives me separate namespaces for dev stuff (docker) vs system stuff (podman) where I need stability.

That frees me up to do docker system prune -af at any time without disturbing my “system”.

I have updated the README.md with what I have learned from our interaction.

Thanks for the feedback!

1 Like

It’s working with the entry in the .bashrc, but other ‘system’ podman boxes that uses exported binaries are broken now…

For the resolved matter, I’ll create an issue to the repo, if you’d like..
Also I need to ask some things about the .devcontainers. :slight_smile:

1 Like

Yeah, let’s continue this in the repo.