Skip to content

Commit 02378bb

Browse files
committed
[1.16] Fix net command
Fixes #4742 Signed-off-by: joshvanl <me@joshvanl.dev>
1 parent fa61782 commit 02378bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

daprdocs/content/en/operations/troubleshooting/common_issues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ docker: Error response from daemon: Ports are not available: exposing port TCP 0
305305
To resolve this error, open a command prompt in an elevated terminal and run:
306306

307307
```bash
308-
nat stop winnat
308+
net stop winnat
309309
dapr init
310310
net start winnat
311-
```
311+
```

0 commit comments

Comments
 (0)