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
Following the steps in the docs, running make cluster-up on a system that has podman installed instead of docker, we receive the following error:
~/go/src/github.com/kepler-operator/tmp/local-dev-cluster/lib/utils.sh: line 182: docker: command not found
❯ docker run -d --restart=always --name kind-registry -p 127.0.0.1:5001:5000 --network kind registry:2
~/go/src/github.com/kepler-operator/tmp/local-dev-cluster/lib/utils.sh: line 51: docker: command not found
make: *** [Makefile:126: cluster-up] Error 127
Installing docker alleviates the issue. Could consider either adding podman compatibility to Makefile, or specifying in docs that docker is required.
The text was updated successfully, but these errors were encountered:
Following the steps in the docs, running
make cluster-up
on a system that has podman installed instead of docker, we receive the following error:Installing docker alleviates the issue. Could consider either adding podman compatibility to Makefile, or specifying in docs that docker is required.
The text was updated successfully, but these errors were encountered: