Search found 6 matches

by JLC_UK
Mon Mar 10, 2025 4:27 pm
Forum: Support
Topic: Docker image not working properly
Replies: 11
Views: 23758

[SOLVED] Re: Docker image not working properly

After some fiddling around with my "docker run" command, I found that adding "--net=host" to the command seemed to fix the issue. All of a sudden the torrents that had stuck started downloading. So it seems that the port mapping between the container and the host is the issue som...
by JLC_UK
Fri Feb 28, 2025 11:49 am
Forum: Support
Topic: Docker image not working properly
Replies: 11
Views: 23758

Re: Docker image not working properly

xxxxx@debian-12:/mnt/MediaRAID/Deluge$ ls -al total 812 drwxr-xr-x 2 xxxxx xxxxx 4096 Feb 24 15:02 . drwxr-xr-x 11 root root 4096 Dec 3 2023 .. -rw-r--r-- 1 xxxxx xxxxx 1032192 Feb 24 15:02 .c16fbc6d6b0f1f4e68e51bcf3cdc21a7d91a644b.parts -rw-r--r-- 1 root root 81 Feb 24 14:53 ls.txt and xxxxx@debia...
by JLC_UK
Fri Feb 28, 2025 11:32 am
Forum: Support
Topic: Docker image not working properly
Replies: 11
Views: 23758

Re: Docker image not working properly

This is what I got : xxxxx@debian-12:~$ docker run --rm -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/red5d/docker-autocompose deluge Unable to find image 'ghcr.io/red5d/docker-autocompose:latest' locally latest: Pulling from red5d/docker-autocompose f18232174bc9: Pull complete 25025a4218ee: ...
by JLC_UK
Mon Feb 24, 2025 3:04 pm
Forum: Support
Topic: Docker image not working properly
Replies: 11
Views: 23758

Re: Docker image not working properly

Many thanks Here's what I see after I did ls > ls.txt root@902d0fc63931:/downloads# ls -al total 12 drwxr-xr-x 2 abc users 4096 Feb 24 14:54 . drwxr-xr-x 1 root root 4096 Dec 22 15:54 .. -rw-r--r-- 1 root root 81 Feb 24 14:53 ls.txt root@902d0fc63931:/downloads# Then just for completeness I deleted ...
by JLC_UK
Mon Feb 24, 2025 10:29 am
Forum: Support
Topic: Docker image not working properly
Replies: 11
Views: 23758

Re: Docker image not working properly

I can run bash inside the container and from there have full access to the download directory. Despite the fact the standalone windows client is working fine, I also port-mapped 58846 via my router to the host machine after https://www.canyouseeme.org/ said it couldn't see it. But that made no diffe...
by JLC_UK
Sun Feb 23, 2025 4:09 pm
Forum: Support
Topic: Docker image not working properly
Replies: 11
Views: 23758

Docker image not working properly

Have pulled and started the docker version of Deluge. WebUI works fine. Daemon is running OK. When adding a torrent, it stalls after downloading the file list. However a Windows machine running the Deluge application on the same network pulls the same torrent down at full speed. Clearly I am missing...