Files
Dockerfiles/openclaw/README.md
2026-03-30 04:41:49 -04:00

719 B

Build image

sudo docker build -t openclaw .

Setup

mkdir -p /data/openclaw/

sudo docker run \
    -it --rm \
    --name copenclaw \
    --hostname openclaw \
    --mount type=bind,src=/etc/localtime,dst=/etc/localtime,readonly \
    --mount type=bind,src=/data/claw-openclaw/,dst=/root/ \
    openclaw openclaw onboard

Add channel

openclaw pairing list telegram
openclaw pairing approve telegram <CODE>

Run

sudo docker run \
    -d \
    --restart always \
    --name copenclaw \
    --hostname openclaw \
    --mount type=bind,src=/etc/localtime,dst=/etc/localtime,readonly \
    --mount type=bind,src=/data/claw-openclaw/,dst=/root/ \
    openclaw