-
Notifications
You must be signed in to change notification settings - Fork 2
Docker Image Usage
English | 简体中文
The authoritative container manual is distributed with the source and Release
assets as CONTAINER.md.
This page provides the package-oriented index.
ghcr.io/q1ngyang/rustdesk-server-starry
Supported platforms:
linux/amd64
ARM remains a best-effort source-compatibility target. patch-v1.2.0 does not
promise or publish a linux/arm64 image.
The image contains patched hbbs, unmodified upstream hbbr, and unmodified
rustdesk-utils. Starry functionality exists only in HBBS. The supplied
deployments run both services from the same pinned Starry image tag so that
HBBS and HBBR cannot drift to independently updated upstream versions.
No API server or MMDB data is embedded.
docker pull ghcr.io/q1ngyang/rustdesk-server-starry:1.1.16-patch-v1.2.0
docker buildx imagetools inspect \
ghcr.io/q1ngyang/rustdesk-server-starry:1.1.16-patch-v1.2.0Use a version tag for deliberate upgrades and a digest for immutable
reproduction. latest is a moving reference.
docker run --rm IMAGE hbbs --help
docker run --rm IMAGE hbbr --help
docker run --rm IMAGE rustdesk-utils --helpReplace IMAGE with a complete tag or digest. hbbs is the default image
command and reads /root/starry/config.yaml when started by the provided
Compose example.
Mount one persistent directory at /root. It contains:
- server identity keys;
- the RustDesk database;
- logs and runtime state;
-
starry/config.yamland its generated example; and - MMDB files referenced by relative paths.
Back up the directory as a unit. A container replacement must not generate a new identity accidentally.
- Container manual
- Complete beginner walkthrough
- Single-host Compose
- Compose ENV
- Docker Deployment
- Account/API Integration
- Upgrade and Rollback
For a linked package, GitHub documents that the package page displays repository information such as the README. Because GHCR's supported package metadata does not include a separate full README annotation, the container-specific manual is kept as an independent, versioned document and exposed through repository, Release, and OCI documentation links.
- Documentation home
- Getting started
- Docker image usage
- Docker deployment
- Native deployment
- Multi-node deployment
- Reverse proxy and TLS
- Client configuration
- Account/API integration
- Configuration reference
- Connection authentication
- Control Agent
- GEO rules: basics
- GEO rules: advanced
- Operations and verification
- Troubleshooting
- Upgrade and rollback
- Architecture and build
- 文档主页
- 快速开始
- Docker 镜像使用
- Docker 部署
- 原生部署
- 中心与 Relay 多节点部署
- 反向代理与 TLS
- 客户端配置
- 账户与 API 服务接入
- 配置参数详解
- 连接认证
- Control Agent
- Geo 规则:入门
- Geo 规则:进阶
- 运维与完整验证
- 常见问题排查
- 版本升级与回滚
- 架构与构建