← v2026.3.24

Container-Targeted CLI

v2026.3.24 · Release notes

Run `openclaw` commands inside an active Docker/Podman container using --container or OPENCLAW_CONTAINER.

Container-Targeted CLI

Run OpenClaw commands inside a running Docker/Podman container:

openclaw --container <name> status --all --deep

Or set:

export OPENCLAW_CONTAINER=<name>

Great for containerized installs where host and container CLIs differ.