Docker images (also prebuilt) for use in the OpenClaw or Hermes (or others) sandbox.
  • Dockerfile 59.7%
  • Shell 40.3%
Find a file
Leon Schmidt ab92e3503a
All checks were successful
/ build-image (openclaw-sandbox) (push) Successful in 26s
/ build-image (openclaw-sandbox-browser) (push) Successful in 26s
/ build-image (generic-agentic-sandbox) (push) Successful in 15m2s
fix: fixed broken generic-agentic-sandbox due to misconfigured entrypoint
2026-05-26 21:58:34 +02:00
.forgejo/workflows feat: added generic-agentic-sandbox 2026-05-26 15:36:54 +02:00
generic-agentic-sandbox fix: fixed broken generic-agentic-sandbox due to misconfigured entrypoint 2026-05-26 21:58:34 +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