From 02378bbbf4aed990f17d50fce2aed04998a0a709 Mon Sep 17 00:00:00 2001 From: joshvanl Date: Fri, 29 Aug 2025 12:43:42 -0300 Subject: [PATCH] [1.16] Fix net command Fixes https://github.com/dapr/docs/issues/4742 Signed-off-by: joshvanl --- .../content/en/operations/troubleshooting/common_issues.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daprdocs/content/en/operations/troubleshooting/common_issues.md b/daprdocs/content/en/operations/troubleshooting/common_issues.md index 038ba1fec55..e912891895c 100644 --- a/daprdocs/content/en/operations/troubleshooting/common_issues.md +++ b/daprdocs/content/en/operations/troubleshooting/common_issues.md @@ -305,7 +305,7 @@ docker: Error response from daemon: Ports are not available: exposing port TCP 0 To resolve this error, open a command prompt in an elevated terminal and run: ```bash -nat stop winnat +net stop winnat dapr init net start winnat -``` \ No newline at end of file +```