Hardik123 / Dockerfile
APEXPREADAxlive's picture
Openclaw
b346851 verified
raw
history blame contribute delete
554 Bytes
# Pull the image
docker pull ghcr.io/phioranex/openclaw-docker:latest
# Run onboarding (first time setup)
docker run -it --rm \
-v ~/.openclaw:/home/node/.openclaw \
-v ~/.openclaw/workspace:/home/node/.openclaw/workspace \
ghcr.io/phioranex/openclaw-docker:latest onboard
# Start the gateway
docker run -d \
--name openclaw \
--restart unless-stopped \
-v ~/.openclaw:/home/node/.openclaw \
-v ~/.openclaw/workspace:/home/node/.openclaw/workspace \
-p 18789:18789 \
ghcr.io/phioranex/openclaw-docker:latest gateway start --foreground