找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 1582|回复: 16

[N1盒子] 安装青龙面板提示这个

[复制链接]
发表于 2022-8-7 04:15 | 显示全部楼层 |阅读模式
Images: pulling whyour/qinglong:2.10.13...
2.10.13: Pulling from whyour/qinglong
8c28cc2212ff: Pull complete
443533a34df5: Pull complete
21b3cd301f8d: Pull complete
145ebd4dc823: Pull complete
029b951ea01a: Pull complete
b362b0691138: Pull complete
Digest: sha256:9c3136f2f0f45a009dab06ec56530bc6595570454e20a068827a22e6caf37ffd
Status: Downloaded newer image for whyour/qinglong:2.10.13
done
Container: create qinglong...code:400 create $PWD/q1/config: "$PWD/q1/config" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path
我的恩山、我的无线 The best wifi forum is right here.
发表于 2022-8-7 07:23 | 显示全部楼层
最后提示不是有吗,要填绝对路径
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-8-7 07:43 | 显示全部楼层
青龙面板是干什么的

点评

撸京豆的,貌似撸得早的都黑号了~互联网红利(之一)时代过去了  详情 回复 发表于 2022-8-7 10:37
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-8-7 08:37 | 显示全部楼层
用盒子专用命令
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-8-7 08:57 | 显示全部楼层
路径问题
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2022-8-7 10:26 | 显示全部楼层
浪珂 发表于 2022-8-7 08:37
用盒子专用命令

docker run -dit \
-v $PWD/ql/config:/ql/config \
-v $PWD/ql/scripts:/ql/scripts \
-v $PWD/ql/repo:/ql/repo \
-v $PWD/ql/log:/ql/log \
-v $PWD/ql/db:/ql/db \
-v $PWD/ql/deps:/ql/deps \
-v $PWD/ql/jbot:/ql/jbot \
-v $PWD/ql/raw:/ql/raw \
-v $PWD/ql/ninja:/ql/ninja \
-v $PWD/ql/xdd:/ql/xdd \
-v $PWD/ql/xdd-plus:/ql/xdd-plus \
-v $PWD/ql/sillyGirl:/ql/sillyGirl \
-p 5700:5700 \
-p 5701:5701 \
-e ENABLE_HANGUP=true \
-e ENABLE_WEB_PANEL=true \
-e ENABLE_TG_BOT=true \
--name qinglong \
--hostname qinglong \
--restart unless-stopped \
whyour/qinglong:2.10.13
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2022-8-7 10:26 | 显示全部楼层
浪珂 发表于 2022-8-7 08:37
用盒子专用命令

这个命令应该没问题啊。

点评

都说了,用N1等路由器专用命令 docker run -dit \ -v $PWD/ql/config:/ql/config \ -v $PWD/ql/log:/ql/log \ -v $PWD/ql/db:/ql/db \ --net host \ --name qinglong \ --hostname qingl  详情 回复 发表于 2022-8-7 14:31
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-8-7 10:37 | 显示全部楼层
sangbb2020 发表于 2022-8-7 07:43
青龙面板是干什么的

撸京豆的,貌似撸得早的都黑号了~互联网红利(之一)时代过去了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-8-7 10:37 | 显示全部楼层
莫不是4.x内核?
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-8-7 14:31 | 显示全部楼层
1127893945 发表于 2022-8-7 10:26
这个命令应该没问题啊。

都说了,用N1等路由器专用命令

docker run -dit \
   -v $PWD/ql/config:/ql/config \
   -v $PWD/ql/log:/ql/log \
   -v $PWD/ql/db:/ql/db \
   --net host \
   --name qinglong \
   --hostname qinglong \
   --restart always \
   whyour/qinglong:latest
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-8-7 17:40 | 显示全部楼层
sangbb2020 发表于 2022-8-7 07:43
青龙面板是干什么的

薅羊毛的
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-8-7 17:41 | 显示全部楼层
jswxll 发表于 2022-8-7 10:37
撸京豆的,貌似撸得早的都黑号了~互联网红利(之一)时代过去了

给的少了,薅羊毛的还继续着呢
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-8-8 08:33 | 显示全部楼层
invalid characters for a local volume name,
路径可能有中文吧。  $PWD 代表当前目录的路径。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2022-8-8 10:04 | 显示全部楼层
start2005a 发表于 2022-8-8 08:33
invalid characters for a local volume name,
路径可能有中文吧。  $PWD 代表当前目录的路径。

已经安装好了。

点评

楼主,怎么解决的?  详情 回复 发表于 2024-3-5 23:16
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2024-3-5 23:16 | 显示全部楼层

楼主,怎么解决的?
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-3-29 10:05

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表