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 -2
+2 -2
apps/cf-sandbox/deploy/docker/Dockerfile
··· 26 26 wait\n' > /home/rootless/boot-docker-for-dind.sh && chmod +x /home/rootless/boot-docker-for-dind.sh 27 27 28 28 29 - COPY banner.sh /root/.local/bin 29 + COPY banner.sh /usr/bin 30 30 31 - RUN chmod a+x /root/.local/bin/banner.sh && \ 31 + RUN chmod a+x /usr/bin/banner.sh && \ 32 32 echo banner.sh >> ~/.bashrc 33 33 34 34 WORKDIR /workspace