clear mdlint warning by rewrapping graf authored by anarcat's avatar anarcat
...@@ -834,12 +834,12 @@ proposal. ...@@ -834,12 +834,12 @@ proposal.
### Docker Hub mirror ### Docker Hub mirror
To workaround issues with [Docker Hub's pull rate limit][] (eg. #40335, To workaround issues with [Docker Hub's pull rate limit][]
#42245), we deployed a container registry that acts as a read-only pull-through (eg. #40335, #42245), we deployed a container registry that acts as a
proxy cache (#42181), effectively serving as a mirror of Docker Hub. All our read-only pull-through proxy cache (#42181), effectively serving as a
Docker GitLab Runners are automatically [configured to transparently pull from mirror of Docker Hub. All our Docker GitLab Runners are automatically
the mirror][] when trying to fetch container images from the `docker.io` [configured to transparently pull from the mirror][] when trying to
namespace. fetch container images from the `docker.io` namespace.
The service is available at https://dockerhub-mirror.torproject.org (initially The service is available at https://dockerhub-mirror.torproject.org (initially
deployed at `dockerhub-mirror-01.torproject.org`) but only [Docker GitLab deployed at `dockerhub-mirror-01.torproject.org`) but only [Docker GitLab
... ...
......