OpenHands
OpenHands copied to clipboard
fix: fix unreachable runtime container in make docker-dev
- [ ] This change is worth documenting at https://docs.all-hands.dev/
- [ ] Include this change in the Release Notes. If checked, you must provide an end-user friendly description for your change below
End-user friendly description of the problem this fixes or functionality this introduces.
Changes the network configuration in make docker-dev to allow the app to reach the runtime.
Summarize what the PR does, explaining any non-trivial design decisions.
Forces host networking in the container launched by make docker-dev, allowing communication with the runtime through localhost.
Link of any specific issues this addresses:
Closes #9036