File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/pull-through-cache-registry Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 11
22# OCI registry pull-through cache to mirror rate-limited upstream registries, such as Docker Hub (pull-through-cache-registry)
33
4- provides a devcontainer-local CNCF Distribution Registry configured as a pull-through cache for the local docker-in-docker
4+ Deploys a devcontainer-local CNCF Distribution Registry configured as a pull-through cache for the local docker-in-docker
55
66## Example Usage
77
@@ -15,6 +15,7 @@ provides a devcontainer-local CNCF Distribution Registry configured as a pull-th
1515
1616| Options Id | Description | Type | Default Value |
1717| -----| -----| -----| -----|
18+ | proxy-remote-url | URL of the upstream OCI registry | string | https://registry-1.docker.io |
1819| port | port to bind the CNCF Distribution Registry service to | string | 5000 |
1920| registry-name | the Docker container name to give the CNCF Distribution Registry | string | registry-cache |
2021| wait | maximum wait time in seconds for Docker to become available when starting the CNCF Distribution Registry service | string | 30 |
You can’t perform that action at this time.
0 commit comments