First I'm here say Go SDK is absolutely game changer. Thank you dev team for all the hard work!
We've been using Earthly to develop our CI pipelines to test and build servers, and we really like the WITH DOCKER feature with which a docker environment is provided during the test so that we can side run something like mysql to test integration.
However I'm not very sure how a similar process can be done for now with dagger. It seems that at least it should allow running privileged container so that dind is able to run. Is this a thing yet?

