79692014

Date: 2025-07-06 19:00:59
Score: 1
Natty:
Report link

my solution just use transparent caching proxy for Docker Hub : https://ratelimitshield.io/
you just need to edit the Docker config file at `/etc/docker/daemon.json`

{
  "registry-mirrors": [
    "https://public-mirror.ratelimitshield.io"
  ]
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: neo