Skip to content

Add --linux-network-host-mode for program start#1733

Open
crazywriter1 wants to merge 1 commit into
theinterfold:mainfrom
crazywriter1:feat/linux-network-host-mode
Open

Add --linux-network-host-mode for program start#1733
crazywriter1 wants to merge 1 commit into
theinterfold:mainfrom
crazywriter1:feat/linux-network-host-mode

Conversation

@crazywriter1

Copy link
Copy Markdown

Summary

  • Add --linux-network-host-mode to interfold program start for Linux Docker host networking
  • Skip localhosthost.local rewrite when the flag is set (INTERFOLD_SKIP_LOCALHOST_REWRITE)
  • Document the flag in crates/support/README.md

Closes #548

Test plan

  • CARGO_BUILD_JOBS=1 cargo build -p e3-cli
  • ./target/debug/interfold program start --help | grep -A2 linux-network-host-mode
  • ctl/start / ctl/container dry-runs with stub docker

Lets Docker use --network=host so callbacks work without host.local rewrite or firewall tweaks for the bridge network.
Closes theinterfold#548
@vercel

vercel Bot commented Jul 19, 2026

Copy link
Copy Markdown

@crazywriter1 is attempting to deploy a commit to the Gnosis Guild Team on Vercel.

A member of the Team first needs to authorize it.

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.

Add flag: enclave program start --linux-network-host-mode

1 participant