Docker Deployment
OpenClaw Docker Deployment Guide
Deploy OpenClaw with Docker in minutes.
1
Install Docker
If you haven't installed Docker yet, please visit the Docker official website to download and install:
Download Docker DesktopAfter installation, make sure the Docker service is running
2
Pull Image
Clone the OpenClaw repository to your local machine:
bash
git clone https://github.com/openclaw/openclaw.gitAfter cloning, enter the project directory:
cd OpenClaw3
Start Container
Use Docker Compose to start all services with one command:
bash
docker-compose up -d-d parameter means running the container in the backgroundThe first startup will automatically download the required Docker images, please be patient
After successful startup, OpenClaw will continue to run in the background
Deployment Complete!
Congratulations! You have successfully deployed OpenClaw. Now you can start configuring your AI Agent and connecting to various platforms.