Skip to content

Commit

Permalink
Extend docs with registry mirror as workaround for custom images (tes…
Browse files Browse the repository at this point in the history
…tcontainers#2452)

Add a link to registry mirror documentation in docker as a possibility when direct usage of docker hub is not allowed

Co-Authored-By: Kevin Wittek <kiview@users.noreply.github.com>
  • Loading branch information
2 people authored and quincy committed May 28, 2020
1 parent 6a23fef commit abac19a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/features/configuration.md
Expand Up @@ -45,6 +45,9 @@ Some companies disallow the usage of Docker Hub, but you can override `*.image`
> **localstack.container.image = localstack/localstack**
> Used by LocalStack
Another possibility is to set up a registry mirror in your environment so that all images are pulled from there and not directly from Docker Hub.
For more information, see the [official Docker documentation about "Registry as a pull through cache"](https://docs.docker.com/registry/recipes/mirror/).

## Customizing Ryuk resource reaper

> **ryuk.container.image = quay.io/testcontainers/ryuk:0.2.3**
Expand Down

0 comments on commit abac19a

Please sign in to comment.