Skip to content

Commit 0499a6d

Browse files
docs(cdk): Update devlog with gVisor runsc information
Co-Authored-By: Aaron <AJ> Steers <[email protected]>
1 parent e0c1f83 commit 0499a6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

devlog/2025-03-sandboxing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ During implementation, the following challenges were encountered:
7373

7474
1. **gVisor runsc Command Syntax**: The initial implementation of the gVisor wrapper script had issues with the flag format. The `--network=host` flag needed to be changed to `--network host`. For simplicity, the current implementation uses a direct Python wrapper without runsc.
7575

76+
Further investigation is needed to properly configure runsc for this use case. According to the [runsc documentation](https://gvisor.dev/docs/user_guide/quick_start/docker/), the correct way to use runsc with Docker might involve configuring Docker's runtime rather than directly invoking runsc in a wrapper script.
77+
7678
2. **Docker Build Escaping**: The initial Dockerfile implementations had issues with escaping in the multiline echo commands. This was fixed by using multiple echo commands with redirection.
7779

7880
## Considerations for Production Use

0 commit comments

Comments
 (0)