feat(docker): isolate workloads behind the host supervisor - #2965
Open
drew wants to merge 3 commits into
Open
Conversation
|
🌿 Preview your docs: https://nvidia-preview-pr-2965.docs.buildwithfern.com/openshell |
4 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
4 tasks
drew
force-pushed
the
codex/docker-host-supervisor
branch
from
September 3, 2026 01:45
2026bdc to
f3fd9d9
Compare
4 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
drew
force-pushed
the
codex/docker-host-supervisor
branch
from
September 3, 2026 14:47
f6bc10a to
c63a604
Compare
|
Label |
drew
force-pushed
the
codex/docker-host-supervisor
branch
from
September 5, 2026 16:08
c63a604 to
c3a22d3
Compare
Collaborator
Author
|
/ok to test |
8 similar comments
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
drew
force-pushed
the
codex/docker-host-supervisor
branch
from
September 8, 2026 22:32
ae3939c to
a62c4b7
Compare
5 tasks
drew
force-pushed
the
codex/docker-host-supervisor
branch
from
September 8, 2026 22:40
a62c4b7 to
c59f844
Compare
drew
force-pushed
the
codex/docker-host-supervisor
branch
from
September 9, 2026 04:39
c59f844 to
744d9e9
Compare
5 tasks
drew
removed this pull request from stack #3152
September 9, 2026 04:42
drew
added this pull request to stack #3231
September 9, 2026 04:42
drew
force-pushed
the
codex/docker-host-supervisor
branch
from
September 9, 2026 04:53
744d9e9 to
3fe2973
Compare
drew
force-pushed
the
codex/docker-host-supervisor
branch
from
September 9, 2026 05:03
3fe2973 to
b5fd2f2
Compare
drew
force-pushed
the
codex/docker-host-supervisor
branch
3 times, most recently
from
September 9, 2026 05:38
480c8a0 to
c8e388e
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>
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 RFC 0012 supervisor/sandbox split in the Docker driver. The container runs
openshell-sandboxwith Docker networking disabled; the host-sideopenshell-supervisorowns policy enforcement and all mediated TCP/DNS access over a private Unix socket.Related Issue
Part of #1737.
Changes
network_mode=noneand no Docker network attachment.Testing
mise run pre-commitpassesChecklist
Stack