I am trying to use dagger instead of testcontainers in a new project. I am trying to trigger dagger inside the test, instead of running it first. Is that possible?
When I attempt to create a Service I encounter this error:
start engine: failed to pull image: failed to run command: exec: "docker": executable file not found in $PATH
My development computer is a Mac, which uses colima. What should I do?