You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
472: Add a way to choose Podman instead of Docker r=reitermarkus a=oblique
By default, `cross` tries to use Docker or Podman, with the former to have priority. In you want to use other container engine or explicitly choose one you can set the name of binary (or the path) in `CROSS_CONTAINER_ENGINE` environment variable.
For example in case you want use Podman, you can set `CROSS_CONTAINER_ENGINE=podman`.
Co-authored-by: oblique <[email protected]>
0 commit comments