feat(docker): adopt shared supervisor boundary mode - #2965
Open
drew wants to merge 6 commits into
Open
Conversation
|
🌿 Preview your docs: https://nvidia-preview-pr-2965.docs.buildwithfern.com/openshell |
7 tasks
drew
force-pushed
the
codex/docker-host-supervisor
branch
from
September 1, 2026 00:13
3f387e4 to
9f08093
Compare
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
This was referenced Sep 1, 2026
drew
force-pushed
the
codex/docker-host-supervisor
branch
from
September 1, 2026 08:00
0236ea1 to
7f9fa25
Compare
drew
force-pushed
the
codex/docker-host-supervisor
branch
from
September 1, 2026 08:06
7f9fa25 to
e3b8a72
Compare
11 tasks
drew
force-pushed
the
codex/docker-host-supervisor
branch
from
September 3, 2026 01:45
2026bdc to
f3fd9d9
Compare
8 tasks
drew
marked this pull request as ready for review
September 3, 2026 01:46
drew
requested review from
a team,
derekwaynecarr,
mrunalp and
sjenning
as code owners
September 3, 2026 01:46
drew
force-pushed
the
codex/docker-host-supervisor
branch
from
September 3, 2026 14:34
d992755 to
f6bc10a
Compare
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
drew
force-pushed
the
codex/docker-host-supervisor
branch
from
September 3, 2026 14:47
f6bc10a to
c63a604
Compare
|
Label |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adopt the shared
openshell-sandbox --mode=control/--mode=boundaryconvention in the Docker driver. The gateway launches host control while the sandbox container runs boundary mode as PID 1 beside, and as the parent of, the agent workload.This is PR 5 of 6. Its incremental implementation is contained in the existing Docker driver, with the associated workspace lockfile and one Docker E2E fixture update.
Stack: #2941 → #2942 → #3151 → #2945 → this PR → #3144.
Related Issue
Part of #1737. The issue does not currently carry
state:acceptedor roadmap placement; this implementation proceeds under direct maintainer instruction without changing those labels.Changes
network_mode=none; boundary creates the nested workload network namespace and relays mediated egress to host control.Testing
mise run pre-commitcargo test -p openshell-driver-dockermise run e2e:dockerChecklist
crates/openshell-driver-docker; non-driver changes are limited to the lockfile and Docker E2E fixture