Sign inSign up

dehim/openclaw

By dehim

•Updated about 2 months ago

openclaw run in docker

Image
0

2.5K

dehim/openclaw repository overview

⁠openClaw

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!
⁠default password: 1234, x11vnc -storepasswd 1234 /root/.vnc/passwd to reset noVNC password.
⁠Jupyter: http://127.0.0.1:8888⁠, jupyter notebook list to get token, and setjupyter notebook password to reset password.
⁠openClaw: http://127.0.0.1⁠, xterm run 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

    • add playwright && chromium
  • 2026.5.21

    • update to 2026.5.18
  • 2026.5.16

    • update to 2026.5.12
  • 2026.5.10

    • update to 2026.5.7
  • 2026.5.7

    • update to 2026.5.6

Tag summary

Content type

Image

Digest

sha256:9c252fb59…

Size

1.7 GB

Last updated

about 2 months ago

docker pull dehim/openclaw