docs icon indicating copy to clipboard operation
docs copied to clipboard

Self hosted with no docker guide needs to have its steps updated for Windows

Open wcs1only opened this issue 4 years ago • 0 comments

Describe the issue

We have gotten several issues like this: https://github.com/dapr/dapr/issues/3344

URL of the docs

https://docs.dapr.io/operations/hosting/self-hosted/self-hosted-no-docker/

Expected content

The primary issue is that the placement docker container listens on 6050 when running on windows. This is to avoid a common port collision in Windows, I think? In any case, when you run placement standalone on windows, it listens on port 50005. For people running standalone Windows placement, out of the box dapr run will not work with the placement service

We need to update that document to have the windows instructions run

%USERPROFILE%\.dapr\bin\placement.exe -port 6050

Also this doc could use a pass at making it more hugo friendly. Screenshots

Additional context

This applies to v1.2 and before.

wcs1only avatar Jul 03 '21 04:07 wcs1only