Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker starts, the specified download directory is invalid #156

Closed
ismatrix opened this issue Jul 19, 2023 · 2 comments
Closed

docker starts, the specified download directory is invalid #156

ismatrix opened this issue Jul 19, 2023 · 2 comments

Comments

@ismatrix
Copy link

ismatrix commented Jul 19, 2023

docker run -d -p 9999:9999 -v /media/Download:/download
docker 启动指定下载目录无效
版本: v1.3.5, 上一个版本正常

指定目录启动后,依旧下载到/var/lib/docker/overlay2/b8d486770c2c1b623a141cd7f94f776bd355f793652e1f3bffaf1ba1652fcdb3/merged/root/Downloads目录下


docker run -d -p 9999:9999 -v /media/Download:/download
The specified download directory for docker startup is invalid
Version: v1.3.5, the previous version is normal

After the specified directory is started, it is still downloaded to the /var/lib/docker/overlay2/b8d486770c2c1b623a141cd7f94f776bd355f793652e1f3bffaf1ba1652fcdb3/merged/root/Downloads directory

@github-actions github-actions bot changed the title docker启动,指定下载目录无效 docker启动,指定下载目录无效 || docker starts, the specified download directory is invalid Jul 19, 2023
@monkeyWie
Copy link
Member

monkeyWie commented Jul 19, 2023

容器里默认下载到/root/Downloads目录下,你挂载的目录是/download,需要去修改下下载器里的下载目录:
image

或者重新用这个命令运行一个新的容器:

docker run -d -p 9999:9999 -v /media/Download:/root/Downloads

当然我的文档可能也有点误导性,等会我更新下docker命令。


The container is downloaded to the /root/Downloads directory by default. The directory you mount is /download. You need to modify the download directory in the downloader:
image

Or re-run a new container with this command:

docker run -d -p 9999:9999 -v /media/Download:/root/Downloads

Of course, my documentation may be a bit misleading, I will update the docker command later.

@monkeyWie monkeyWie changed the title docker启动,指定下载目录无效 || docker starts, the specified download directory is invalid docker starts, the specified download directory is invalid Jul 19, 2023
@ismatrix
Copy link
Author

ismatrix commented Jul 19, 2023

是我没注意看配置, 谢谢你, 改过docker启动配置, 已经正常


I didn’t pay attention to the configuration, thank you, I changed the docker startup configuration, it’s already normal

@ismatrix ismatrix closed this as not planned Won't fix, can't repro, duplicate, stale Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants