From 9a9231b8f7481f5f4ba304d4785075e42f7960bb Mon Sep 17 00:00:00 2001 From: thediveo Date: Sat, 29 Nov 2025 21:39:49 +0100 Subject: [PATCH] docs: regenerate Signed-off-by: thediveo --- src/pull-through-cache-registry/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pull-through-cache-registry/README.md b/src/pull-through-cache-registry/README.md index 2ad866c..d2957d4 100644 --- a/src/pull-through-cache-registry/README.md +++ b/src/pull-through-cache-registry/README.md @@ -1,7 +1,7 @@ # OCI registry pull-through cache to mirror rate-limited upstream registries, such as Docker Hub (pull-through-cache-registry) -provides a devcontainer-local CNCF Distribution Registry configured as a pull-through cache for the local docker-in-docker +Deploys a devcontainer-local CNCF Distribution Registry configured as a pull-through cache for the local docker-in-docker ## Example Usage @@ -15,6 +15,7 @@ provides a devcontainer-local CNCF Distribution Registry configured as a pull-th | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| +| proxy-remote-url | URL of the upstream OCI registry | string | https://registry-1.docker.io | | port | port to bind the CNCF Distribution Registry service to | string | 5000 | | registry-name | the Docker container name to give the CNCF Distribution Registry | string | registry-cache | | wait | maximum wait time in seconds for Docker to become available when starting the CNCF Distribution Registry service | string | 30 |