We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would be nice to have a local registry available in aws/vagrant/etc that could be used to store docker images locally to the cloud
The text was updated successfully, but these errors were encountered:
http://container-solutions.com/2015/04/running-secured-docker-registry-2-0/
Sorry, something went wrong.
I was looking at using haproxy for this too - something like:
userlist registry_users user freddy password <encrypted password> ... backend registry balance roundrobin server dr1 127.0.0.1:5000 check acl auth_ok_for_registry http_auth(registry_users) http-request auth realm REG if !auth_ok_for_registry
in the haproxy config.
but managing a .htpasswd file is probably easier.
Just noting here that this should be an optional "Add-on" depends on #138 where we are creating the first plugin
No branches or pull requests
Would be nice to have a local registry available in aws/vagrant/etc that could be used to store docker images locally to the cloud
The text was updated successfully, but these errors were encountered: