Do you expect a conflict with running these both side by side, or should we be ok?
We currently have the Docker Action that sets up BuildKit (docker buildx) so we can build cross platform images. We are looking to use Dagger for creating ephemeral test envs for our hof mod command, rather than replacing our container builds. So we will need both available. Will they share the running buildkit container started by which ever we add first in our Action (likely docker, dagger installed after)?