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.

Install pm2 globally in daytona Dockerfiles

+18
+2
daytona/kiro/Dockerfile
··· 4 4 curl -fsSL https://cli.kiro.dev/install | bash 5 5 6 6 ENV PATH="${PATH}:/home/daytona/.local/bin" 7 + 8 + RUN npm install -g pm2
+2
daytona/mise/Dockerfile
··· 1 1 FROM daytonaio/sandbox:0.6.0 2 2 3 3 RUN curl https://mise.run | sh 4 + 5 + RUN npm install -g pm2
+2
daytona/nix/Dockerfile
··· 6 6 --no-confirm 7 7 8 8 ENV PATH="${PATH}:/nix/var/nix/profiles/default/bin" 9 + 10 + RUN npm install -g pm2
+2
daytona/nullclaw/Dockerfile
··· 15 15 sudo chmod +x /home/daytona/.local/bin/nullclaw 16 16 17 17 ENV PATH="${PATH}:/home/daytona/.local/bin" 18 + 19 + RUN npm install -g pm2
+2
daytona/openclaw/Dockerfile
··· 11 11 build-essential 12 12 13 13 RUN curl -fsSL https://openclaw.ai/install.sh | bash || true 14 + 15 + RUN npm install -g pm2
+2
daytona/opencrust/Dockerfile
··· 17 17 sudo chmod +x /home/daytona/.local/bin/opencrust 18 18 19 19 ENV PATH="${PATH}:/home/daytona/.local/bin" 20 + 21 + RUN npm install -g pm2
+2
daytona/picoclaw/Dockerfile
··· 17 17 sudo chmod +x /home/daytona/.local/bin/picoclaw 18 18 19 19 ENV PATH="${PATH}:/home/daytona/.local/bin" 20 + 21 + RUN npm install -g pm2
+2
daytona/pkgx/Dockerfile
··· 1 1 FROM daytonaio/sandbox:0.6.0 2 2 3 3 RUN curl https://pkgx.sh | sh 4 + 5 + RUN npm install -g pm2
+2
daytona/zeroclaw/Dockerfile
··· 17 17 sudo chmod +x /home/daytona/.local/bin/zeroclaw 18 18 19 19 ENV PATH="${PATH}:/home/daytona/.local/bin" 20 + 21 + RUN npm install -g pm2