February 23, 20251 yr I came across an article saying that docker will be moving to limit pulls: https://www.theregister.com/2025/02/22/docker_hub_pull_limits/ For non-paying customers, unverified users will be limited to 10 pulls per IP per hour, while verified users will have 40. It might be useful to allow users to inform Unraid of credentials that should be used.
March 22, 20251 yr I don't think it's well knwon but you can already do this. Signup for a free account at docker.com, then go to your profile --> personal access tokens to create a personal access token. Then in unraid, make a userscript scheduled to run at startup of array as follows: #!/bin/bash docker login -u <username> -p <access-token>
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.