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.

Update Dockerfile

+2 -1
+2 -1
apps/cf-sandbox/deploy/docker/Dockerfile
··· 28 28 COPY banner.sh /usr/bin 29 29 30 30 RUN chmod a+x /usr/bin/banner.sh && \ 31 - echo banner.sh >> ~/.bashrc 31 + echo banner.sh >> ~/.bashrc && \ 32 + echo 'source /root/.bashrc' >> ~/.profile 32 33 33 34 WORKDIR /workspace 34 35