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 TARGETARCH build arg to Dockerfile

+2
+2
apps/cf-sandbox/deploy/base/Dockerfile
··· 1 1 FROM node:lts-trixie-slim 2 2 3 + ARG TARGETARCH 4 + 3 5 COPY --from=docker.io/cloudflare/sandbox:0.7.8 /container-server/sandbox /sandbox 4 6 5 7 RUN echo "deb [signed-by=/etc/apt/keyrings/doppler.gpg] https://packages.doppler.com/public/cli/deb/debian any-version main" | tee /etc/apt/sources.list.d/doppler-cli.list