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: daprdocs/content/en/operations/troubleshooting/common_issues.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -291,3 +291,21 @@ kubectl config get-users
291
291
```
292
292
293
293
You may learn more about webhooks [here](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/).
294
+
295
+
## Ports not available during `dapr init`
296
+
You might encounter the following error on Windows after attempting to execute `dapr init`:
297
+
298
+
> PS C:\Users\You> dapr init
299
+
Making the jump to hyperspace...
300
+
Container images will be pulled from Docker Hub
301
+
Installing runtime version 1.14.4
302
+
Downloading binaries and setting up components...
303
+
docker: Error response from daemon: Ports are not available: exposing port TCP 0.0.0.0:52379 -> 0.0.0.0:0: listen tcp4 0.0.0.0:52379: bind: An attempt was made to access a socket in a way forbidden by its access permissions.
304
+
305
+
To resolve this error, open a command prompt in an elevated terminal and run:
0 commit comments