rustdesk-server-demo-docker

所属分类:hotest
开发工具:Dockerfile
文件大小:0KB
下载次数:0
上传日期:2022-04-02 13:47:09
上 传 者sh-1993
说明:  rustdesk演示服务器的dockerfile
(A dockerfile for the rustdesk demo server)

文件列表:
Dockerfile (385, 2022-04-02)

# `rustdesk-server-demo-docker` To build the container: ```bash git clone https://github.com/mtoohey31/rustdesk-server-demo-docker cd rustdesk-server-demo-docker docker build -t "rustdesk-server-demo" ./ ``` To run the container: ```bash docker run -p 21117:21117 -p 21116:21116 -p 21116:21116/udp -it --rm -e IP= --rm rustdesk-server-demo ``` Be sure to replace `` with the IP address you want the server to be available on. Note that this demo server is not secured in any way, so you should implement your own method of securing it or expose it only on your LAN. Then in the RustDesk application settings, set "ID Server" to `:21116` and leave "Relay Server" and "Key" blank. Please note that any issues with the server itself should be reported to the [upstream repository](https://github.com/rustdesk/rustdesk-server-demo).

近期下载者

相关文件


收藏者