这是一个 Realm 代理服务器的 Docker 镜像。
6.9K
这是一个 Realm 代理服务器的 Docker 镜像。
使用以下命令运行 Realm 镜像:
docker run -d --network host \
-v ./config.toml:/etc/realm/config.toml:ro \
liuweitao/realm:latest
以下是 compose.yaml 文件示例:
services:
realm:
image: liuweitao/realm:latest
network_mode: host
volumes:
- ./config.toml:/etc/realm/config.toml:ro
restart: always
此镜像是 DockerHub-AutoBuild 项目的一部分: https://github.com/liuweitao/DockerHub-AutoBuild/
更多信息和更新,请访问 GitHub 仓库。
Content type
Image
Digest
sha256:76dc387b1…
Size
6.6 MB
Last updated
24 days ago
docker pull liuweitao/realm