详细 Docker 教程 需要更多帮助请加入我们的 QQ群 或 TG群
启动命令: docker run -d --name of openfrp/frpc:latest -u <访问密钥> -p <隧道ID>[<,隧道ID><,隧道ID>]
如果您的网络无法正常访问dockerhub可尝试使用镜像源pull: docker pull registry.of.gs/openfrp/frpc:latest
查看状态: docker logs of
(可选)自动更新容器: docker run -dt --name watchtower -v /var/run/docker.sock:/var/run/docker.sock --restart unless-stopped containrrr/watchtower --cleanup -i 86400
尖括号< >:必选参数,实际使用时应将其替换为所需要的参数
大括号{ }:必选参数,内部使用,包含此处允许使用的参数
方括号[ ]:可选参数,在命令中根据需要加以取舍
小括号( ):指明参数的默认值,只用于{ }中
竖线|:用于分隔多个互斥参数,含义为\"或\",使用时只能选择一个
省略号…:任意多个参数
Content type
Image
Digest
sha256:970875678…
Size
5.8 MB
Last updated
6 months ago
docker pull openfrp/frpc