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
-[`docker`](https://docs.docker.com/engine/install/) or [podman](https://podman.io/docs/installation)
10
+
-[`docker-compose`](https://docs.docker.com/compose/install) or [podman-compose](https://github.com/containers/podman-compose)
10
11
-[`kind`](https://kind.sigs.k8s.io/docs/user/quick-start/#installing-from-release-binaries) (v0.31.0 or higher)
11
12
-[`kubectl`](https://kubernetes.io/docs/tasks/tools/#kubectl) (v1.35.1 or higher)
12
13
-`make`:
13
14
- It should be already installed on MacOS and Linux.
14
15
- For Windows installation see: <https://gnuwin32.sourceforge.net/packages/make.htm>
15
16
17
+
> [!IMPORTANT]
18
+
> Please ensure that your Podman setup is configured as an alias for Docker, as this project relies on Docker commands. You can achieve this by executing `sudo ln -s /opt/podman/bin/podman /usr/local/bin/docker` and `sudo ln -s /opt/homebrew/bin/podman-compose /usr/local/bin/docker-compose` on Mac OS X.
0 commit comments