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

Provision a docker registry for use #117

Open
tayzlor opened this issue Apr 29, 2015 · 3 comments
Open

Provision a docker registry for use #117

tayzlor opened this issue Apr 29, 2015 · 3 comments

Comments

@tayzlor
Copy link
Member

tayzlor commented Apr 29, 2015

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

@tayzlor tayzlor added this to the 0.2 milestone Apr 29, 2015
@tayzlor
Copy link
Member Author

tayzlor commented May 1, 2015

@drpauldixon
Copy link
Contributor

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.

@tayzlor
Copy link
Member Author

tayzlor commented May 5, 2015

Just noting here that this should be an optional "Add-on" depends on #138 where we are creating the first plugin

@tayzlor tayzlor modified the milestones: 0.3, 0.2 May 11, 2015
@wallies wallies removed this from the 0.3 milestone Jul 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants