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
Copy file name to clipboardexpand all lines: README.md
+33-1
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,46 @@ The Dapr CLI allows you to setup Dapr on your local dev machine or on a Kubernet
11
11
12
12
### Prerequisites
13
13
14
-
On default, during initialization the Dapr CLI will install the Dapr binaries as well as setup a developer environment to help you get started easily with Dapr. This environment uses Dockercontainers, therefore Docker needs to be installed. If you prefer to run Dapr without this environment and no dependency on Docker, after installation of the CLI make sure to follow the instructions to initialize Dapr using [slim init](#slim-init).
14
+
On default, during initialization the Dapr CLI will install the Dapr binaries as well as setup a developer environment to help you get started easily with Dapr. This environment uses `Docker`, `Podman` or `Containerd`containers, therefore container runtime needs to be installed. If you prefer to run Dapr without this environment and without any container dependencies, after installation of the CLI make sure to follow the instructions to initialize Dapr using [slim init](#slim-init).
15
15
16
16
Note, if you are a new user, it is strongly recommended to install Docker and use the regular init command.
containerd and nerdctl are not supported for macOS. You can use tools like `lima`, `colima` or `rancher-desktop`. The section below shows how to install on macOS using brew.
0 commit comments