Spaces:
Build error
Build error
| # 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 |