Skip to content

Commit 88e25ae

Browse files
authored
Merge pull request #27 from thediveo/develop
docs: regenerate
2 parents 44e774c + 9a9231b commit 88e25ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pull-through-cache-registry/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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 |

0 commit comments

Comments
 (0)