Install Clearplane with Docker
Prepare for the Clearplane all-in-one public beta image.
The all-in-one image is the recommended public beta installation for a single Docker host. A separate multi-container deployment will remain available for operators who want to manage each runtime component.
Beta image preview
ghcr.io/clearplane/clearplane-aio:beta is the planned public image reference. The image is not yet published. The final run command, port mappings, persistent data contract, and first-administrator setup will be published here with the image.
docker pull ghcr.io/clearplane/clearplane-aio:beta
The pull command will work after the beta image is published. This page does not guess the runtime contract before then.
Prepare the host
Plan for a Linux Docker host with:
- Docker Engine
- TCP ports 80 and 443 available
- At least 4 GiB of memory
- At least 10 GiB of free Docker storage
The image release will confirm the final beta requirements.
Choose a deployment
All-in-one
Use the all-in-one image for the shortest route to a single-host Clearplane deployment. This will be the recommended beta path.
Multi-container
Use the separate Docker Compose deployment when you want to manage the runtime components independently. Its public bundle and image references will be documented separately.
Beta support
Join the Clearplane Discord for launch updates and deployment help, or use r/clearplane for public discussion.