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
Add configurable container runtime variable to Makefile (#893)
### What
Introduce a `CONTAINER_RUNTIME` variable that defaults to `docker` but
can be overridden to use alternative runtimes like `podman`. Replace
hardcoded `docker` commands in `run`, `logs`, `console`, and `build`
targets with this variable.
### Why
Allow users with different container runtimes to use the Makefile
without modification.
0 commit comments