Skip to content
Advanced

Make the Docker setup script executable and run it

Prepares the official setup script and then runs it to build the Docker-based OpenClaw environment.

chmod +x ./docker-setup.sh
./docker-setup.sh
Docker and VPSDockerVPS

What it does

Prepares the official setup script and then runs it to build the Docker-based OpenClaw environment.

When to use it

Use it after downloading the official `docker-setup.sh` file and after Docker itself is already installed.

What happens next

The first line grants execute permission to the script. The second line runs the script, which can create containers, files, and persistent directories.

Risk warning

Advanced. You are executing a shell script that changes the server state. Read the script first if you do not fully trust what it will create.

Before you run it

  • Docker and Docker Compose are already installed.
  • You are in the directory that contains `docker-setup.sh`.

Related guides