restatedev / restatedev/docs-restate
The host-gateway configuration is specific to Docker Desktop (but doesn't break Podman)
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 16
- Avg merge
- 5d 4h
- Merged PRs (30d)
- 24
Description
Formerly https://github.com/restatedev/documentation/issues/599#issuecomment-2816323276
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-gatewayvalue is a Docker Desktop thing - Moby, Rancher Desktop w/Moby and Podman already have
host.docker.internalmapped; there is no need forhost-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-gatewaybecausehost-gatewayis 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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the documentation repository for host-gateway, starting with the Docker deployment page at docs.restate.dev/server/deploy/docker. Review each occurrence against the Docker Desktop, Moby, Rancher Desktop, and Podman notes in the issue. Done means the instructions no longer break Rancher Desktop and accurately explain where the setting is needed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- devops, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100