Production deployment is Docker-first.
- Docker installation
- First run
- Networking
- Configuration
- Storage and backups
- Updating
- Migrating from legacy installations
- Install Docker and the Compose plugin.
- Clone the repository.
- Copy
.env.exampleto.env. - Choose persistent host paths.
- Open HTTP, HTTPS, and swarm ports.
- Start the stable image.
- Retrieve the generated administrator password.
- Change the password.
- Verify Kubo status from inside and outside the host.
- Configure domains, pins, and publishing.
The stable Docker Hub release is published for:
linux/amd64linux/arm64
The same image tag selects the correct architecture automatically.