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 Desktop
After 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.git
After cloning, enter the project directory: cd OpenClaw
3

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 background
The 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.