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.