logoalt Hacker News

sureglymoptoday at 7:56 AM1 replyview on HN

What is the main benefit over doing something like:

    docker run --runtime krun --rm -it -v $(pwd):/workspace/$(basename $(pwd)) -w /workspace/$(basename $(pwd)) --network restricted-net ghcr.io/openai/codex-universal:latest sh
That runs the codex OCI in a qemu microvm. From what I can see, more fine grained network and filesystem access control as well as convenience?

Replies

defraxitoday at 9:28 AM

The credentials part...

https://docs.docker.com/ai/sandboxes/security/credentials/

show 1 reply