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 2s sleep to container bashrc

Append a 2s sleep into ~/.bashrc to delay interactive shells.

+1
+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 'sleep 2' >> ~/.bashrc && \ 31 32 echo banner.sh >> ~/.bashrc && \ 32 33 echo 'source /root/.bashrc' >> ~/.profile 33 34