Docker images (also prebuilt) for use in the OpenClaw or Hermes (or others) sandbox.
  • Dockerfile 59.8%
  • Shell 40.2%
Find a file
Leon Schmidt 1b4dd4bee5
All checks were successful
/ build-image (openclaw-sandbox) (push) Successful in 35s
/ build-image (openclaw-sandbox-browser) (push) Successful in 35s
/ build-image (generic-agentic-sandbox) (push) Successful in 13m20s
feat(generic-agentic-sandbox): add openssl-client
2026-06-11 15:30:49 +02:00
.forgejo/workflows feat: added generic-agentic-sandbox 2026-05-26 15:36:54 +02:00
generic-agentic-sandbox feat(generic-agentic-sandbox): add openssl-client 2026-06-11 15:30:49 +02:00
openclaw-sandbox chore: changed repo layout, to support more images 2026-05-26 11:59:02 +02:00
openclaw-sandbox-browser chore: changed repo layout, to support more images 2026-05-26 11:59:02 +02:00
README.md feat: added generic-agentic-sandbox 2026-05-26 15:36:54 +02:00

Agentic Images

Docker images (also prebuilt) for use in the OpenClaw or Hermes (or others) sandbox, or for any other persistent work within Docker containers.

Can be used in e.g. OpenClaw in agents.defaults.sandbox.docker.image or Hermes Agent in terminal.docker_image.

Contained Images

openclaw-sandbox

Adjusted version of the official openclaw-sandbox-common Dockerfile. The user is NOT root within this container.

Image: code.leon.wtf/leon/openclaw-sandbox

openclaw-sandbox-browser

Adjusted version of the official openclaw-sandbox-browser Dockerfile (used for browser automation).

Exposes a configurable CDP and VNC Endpoint for interaction with the embedded Chromium browser.

Image: code.leon.wtf/leon/openclaw-sandbox-browser

generic-agentic-sandbox

Originaly built for Hermes Agent, this Dockerfile builds a comprehensive Dockerfile where the user is root and all important Tools are included out of the box.

Can be used everywhere, where there are no specific requirements on how the sandbox image is to be structured.

Image: code.leon.wtf/leon/generic-agentic-sandbox