docker run -d \
-p 80:80 \
-p 8888:8888 \
-v /var/shareVolumes/openclaw:/shareVolume \
-v /var/shareVolumes/openclaw/config/openclaw:/root/.openclaw \
--name openclaw \
--restart=always \
dehim/openclaw:tagname
mv /shareVolume_demo/* /shareVolume/, then restart container, enjoy it!x11vnc -storepasswd 1234 /root/.vnc/passwd to reset noVNC password.jupyter notebook list to get token, and setjupyter notebook password to reset password.openclaw gateway --port 18789/shareVolume/config/supervisor/openclaw.ini
[program:openclaw]
environment=
NODE_COMPILE_CACHE="/tmp/openclaw-compile-cache",
OPENCLAW_NO_RESPAWN=1,
OPENCLAW_CONFIG_DIR="/shareVolume/config/openclaw",
OPENCLAW_STATE_DIR="/shareVolume/config/openclaw",
OPENCLAW_WORKSPACE_DIR="/shareVolume/config/openclaw/workspace",
OPENCLAW_CONFIG_PATH="/shareVolume/config/openclaw/openclaw.json"
command=openclaw gateway --port 18789
directory=/root
autostart=true
autorestart=true
user = root
priority=20
2026.6.10
2026.5.21
2026.5.182026.5.16
2026.5.122026.5.10
2026.5.72026.5.7
2026.5.6Content type
Image
Digest
sha256:9c252fb59…
Size
1.7 GB
Last updated
about 2 months ago
docker pull dehim/openclaw