October 22, 20241 yr Hey folks. Hoping someone can help me diagnose the core issue here. Lately, my Docker container updates and new container installs have been moving at a snail's pace, taking several minutes to install. It seems like it takes a long time to even find the proper images to download in the first place, based on looking at the log stream when downloading/updating. I'm currently running 6.12.13, if that helps, and I've attached my diagnostics below. Much appreciate any help on this issue of course, but I'd also appreciate knowing what to look for in terms of grokking the diagnostics properly. stash-diagnostics-20241022-1456.zip
October 23, 20241 yr Community Expert you may need to reboot unraid. run a docker image prune command https://docs.docker.com/reference/cli/docker/image/prune/ You may also need to run a docker login command to talk to the hub. https://docs.docker.com/reference/cli/docker/login/
October 24, 20241 yr Author 22 hours ago, bmartino1 said: you may need to reboot unraid. run a docker image prune command https://docs.docker.com/reference/cli/docker/image/prune/ You may also need to run a docker login command to talk to the hub. https://docs.docker.com/reference/cli/docker/login/ Tragically, no luck on this end after trying them all. Though, `docker system prune` was a good idea, so appreciate it.
October 24, 20241 yr Community Expert the last thing I have that may help is a docker pull command docker pull --max-concurrent-downloads 2 <image_name> example so i the docker calm av I grab the repository , you may need to toggle advance to grab the image name docker pull --max-concurrent-downloads 5 tquinnelly/clamav-alpine past that I would have you check internet speed and dns settings. Most docekr pulls come forma Amazon AWS docker registry....
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.