Formerly restatedev/documentation#599 (comment)
Where: search for host-gateway
https://github.com/search?q=repo%3Arestatedev%2Fdocs-restate%20host-gateway&type=code
For example:
https://docs.restate.dev/server/deploy/docker
Notes for documentation:
- The
host-gateway value is a Docker Desktop thing
- Moby, Rancher Desktop w/Moby and Podman already have
host.docker.internal mapped; there is no need for host-gateway
- Podman is not broken by the unnecessary
--add-host=host.docker.internal:host-gateway
- Rancher Desktop is broken by
--add-host=host.docker.internal:host-gateway because host-gateway is undefined
Aside: On current versions of Rancher Desktop port 9080 may already be used for its dashboard, but this will change when this fix is released.
Formerly restatedev/documentation#599 (comment)
Where: search for
host-gatewayhttps://github.com/search?q=repo%3Arestatedev%2Fdocs-restate%20host-gateway&type=code
For example:
https://docs.restate.dev/server/deploy/docker
Notes for documentation:
host-gatewayvalue is a Docker Desktop thinghost.docker.internalmapped; there is no need forhost-gateway--add-host=host.docker.internal:host-gateway--add-host=host.docker.internal:host-gatewaybecausehost-gatewayis undefinedAside: On current versions of Rancher Desktop port 9080 may already be used for its dashboard, but this will change when this fix is released.