-
Notifications
You must be signed in to change notification settings - Fork 178
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
Expose /etc/docker/registry as a volume #167
Comments
Im not sure I follow but we have integration tests in the dist repo and never had a problem with this https://github.com/distribution/distribution/blob/675d7e27f59c9d332418315adb20f02c20593cea/tests/docker-compose-e2e-cloud-storage.yml#L40-L61 |
@milosgajdos, to my understanding, conf-e2e-cloud-storage.yml in the aforementioned test is a file on the local fs. I propose storing it in the docker volume. I.e. adding |
I get what you want, but I'm not sure why or what problem will that solve for users. |
If one is controlling remote docker daemon (i.e. |
... to allow providing
config.yml
via volume in, say, docker-compose.By now, constructs like
have no effect and volume with
config.yml
does not override the shipped file.The text was updated successfully, but these errors were encountered: