Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend docs with registry mirror as workaround for custom images #2452

Merged
merged 3 commits into from Mar 18, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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

Other 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.
sparsick marked this conversation as resolved.
Show resolved Hide resolved
For more information, see [Docker documentation about "Registry as a pull through cache"](https://docs.docker.com/registry/recipes/mirror/).
sparsick marked this conversation as resolved.
Show resolved Hide resolved

## Customizing Ryuk resource reaper

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