the universal sandbox runtime for agents and humans. pocketenv.io
sandbox openclaw agent claude-code vercel-sandbox deno-sandbox cloudflare-sandbox atproto sprites daytona
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add coder user to Codex Docker image

Create the 'coder' account with a home directory and /bin/bash
shell so the existing sudoers entry refers to a valid user.

+1
+1
apps/cf-sandbox/deploy/codex/Dockerfile
··· 24 24 s3fs \ 25 25 fontconfig \ 26 26 sudo \ 27 + && useradd -m -s /bin/bash coder \ 27 28 && echo "coder ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/coder 28 29 29 30 ENV LC_ALL en_US.UTF-8