https://docs.dagger.io/541047/alternative-runtimes
This page shows a user how to use Dagger with an alternative container runtime. The method is a hack to symlink an alternative CLI to the Dagger CLI.
We also want to be agnostic and Andrew thought we could skip the hack by:
- use Go's exec.LookPath
- have switch and var so we can exec which ever directly
- have flag/env-var to let the user force a runtime
This is specificially the "runtime" as in CLI Dagger and Hof exec out to in order to perform certain actions.
I think Dagger should do this too, what do you think?