Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HuggingFace0920
/
RustDesk-API2
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
855d697
RustDesk-API2
/
Dockerfile
HuggingFace0920
Update Dockerfile
855d697
verified
9 months ago
raw
Copy download link
history
blame
148 Bytes
# 直接使用官方镜像(推荐)
FROM
lejianwen/rustdesk-api:latest
# 暴露端口
EXPOSE
21114
# 已包含启动命令,无需额外配置