Skip to content

fix(devcontainer): configure host networking to fix runtime connection #8971

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 6, 2025

Conversation

llamantino
Copy link
Contributor

…n issue

  • 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.

Fixes a networking issue in the devcontainer setup where the app failed to connect to the runtime container, resulting in connection refused errors.


Summarize what the PR does, explaining any non-trivial design decisions.

Adds "runArgs": ["--network=host"] so the app can access the localhost-bound port exposed by the runtime container.


Link of any specific issues this addresses:

Copy link
Collaborator

@enyst enyst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@enyst enyst merged commit 0abc6f2 into All-Hands-AI:main Jun 6, 2025
18 checks passed
@llamantino llamantino deleted the fix-devcontainer-networking branch June 7, 2025 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants