Closed xiafengjieying closed 1 year ago
请提供一下部署的环境和部署日志,建议使用最新代码部署一下
我是在腾讯云轻服务器上部署,操作系统如下: DISTRIB_ID=Ubuntu DISTRIB_RELEASE=22.04 DISTRIB_CODENAME=jammy DISTRIB_DESCRIPTION="Ubuntu 22.04.2 LTS"
部署日志,我不太确定如何拿到?
我刚开了一台腾讯轻量云和你一样的系统,试了一下,没有问题 你能看到如下字样吗?
请尝试以下使用最新代码重新部署
cat /app/zerotier-one.port
-d; cd /app/ztncui/src;npm start"
---> Running in 4970fb9acd81
Removing intermediate container 4970fb9acd81
---> 1a41fad227ef
Successfully built 1a41fad227ef
Successfully tagged zerotier-planet:latest
启动服务
fbe90e144800143b301d10a2c77206b14e7f72a90d81040d93eb47b9547d01ad
planet文件路径为 /tmp/planet
planet server端口为: 9993, 请在防火墙放行该端口的tcp和udp协议
enjoy~root@VM-16-17-ubuntu:/home/ubuntu/docker-zerotier-planet# ll /tmp/pla ls: cannot access '/tmp/pla': No such file or directory
你进入容器内部看看,执行docker exec -it zerotier-planet sh
看看/app/bin目录下面有没有planet, 有的话拷贝出来就行了
首页新增了QQ交流群二维码,可以加入QQ群咨询
进入容器后,这个文件是存在的,但从容器外拷贝,却不成功... root@VM-16-17-ubuntu:/tmp# docker cp zerotier-planet:/app/bin/planet . root@VM-16-17-ubuntu:/tmp# ls /tmp/pl ls: cannot access '/tmp/pl': No such file or directory root@VM-16-17-ubuntu:/tmp# ls /tmp/p ls: cannot access '/tmp/p': No such file or directory
我试了以下,命令执行成功,文件也能看到
您好,我安装成功后,可以打开control 界面,但/tmp目录下没有planet 文件,这个有别的地方可以下载么?