Probably a more difficult setup, because in a corporate environment I tried to run dagger in a WSL2 setup using Podman and behind an SSL inspecting firewall, which necessitates custom TLS certificates. I followed the documentation on custom root certs, however I builded my own container image from dagger's as base image and adding the certs in the documented path. The container starts up properly using the commands from the docs. When running the dagger command from inside another WSL2 distro (Ubuntu) it connects to the dagger services but that get's killed and is replace by the original dagger container (hence without the necessary certs).
What should be the proper way to work around this?