Skip to content

Commit 9fa3b5a

Browse files
authored
Merge pull request #4844 from JoshVanL/fix-net-command
[1.16] Fix net command
2 parents 83b5e09 + 180599c commit 9fa3b5a

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)