本地磁盘扫描不到路径
#602
-
我在openwrt上接了一个外置的硬盘,格式为ext4,并且已经挂载上去了, 在本地终端上可以访问到该文件夹 在alist上扫描不到该文件夹 我把路径切换成根路径后也没有看到该文件夹 采用的是docker运行,运行语句参照文档 我希望是能把存储地址改到我那个外接硬盘,尝试了很久还是不行 |
Beta Was this translation helpful? Give feedback.
Answered by
xhofe
Feb 23, 2022
Replies: 2 comments 4 replies
-
docker 只能访问到容器内的文件。。按照你这样映射要挂载宿主机 |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
i-ices
-
添加一个影射,把你要访问的目录映射进容器目录内 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
docker 只能访问到容器内的文件。。按照你这样映射要挂载宿主机
/ices/alist/data
的话,跟路径应该填/opt/alist/data/data