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

RFE: Adding a local docker registry in the vagrant box #16

Closed
langdon opened this issue May 11, 2015 · 7 comments
Closed

RFE: Adding a local docker registry in the vagrant box #16

langdon opened this issue May 11, 2015 · 7 comments
Assignees

Comments

@langdon
Copy link

langdon commented May 11, 2015

Was thinking it might be nice to ship this vm with a running docker registry (and/or docker-registry-ui ) either direct or in kube. I know I always end up needing one to work on atomicapps, but I think it is arguable.

@kbsingh
Copy link
Contributor

kbsingh commented May 12, 2015

I believe the plan was to find a way to integrate a build / render service for the layered images and couple that with the registry / delivery mechanism. If we can, I would recommend we hold off implementing the registry / delivery plan before we have clarity on the build/render process as well.

This is something we should definitely have ( maybe hooked in via a CI process as well ).

@LalatenduMohanty
Copy link
Owner

@kbsingh @whitel I think I would need help on this.

@LalatenduMohanty LalatenduMohanty changed the title RFE: docker registry RFE: Adding a local docker registry in the vagrant box May 12, 2015
@LalatenduMohanty
Copy link
Owner

As discussed with @whitel and @kbsingh
The local registry will be useful for developers in below scenarios

  • when the container is being developed
    ** The stuff is still very broken so he/she doesn't need ci yet
    ** Is local copies of stuff I am using so I can be off-line (or not chewing up bandwidth).

This is not the registry we need to expose but just for dev/local-test

@LalatenduMohanty
Copy link
Owner

How ever the question now is

  • Should we bake the docker container for local registry in the vagrant box?
  • Or, should we install docker-registry rpm (available in centos-extras)?

The key difference here is 'run on host' Vs 'run in container' ? @kbsingh @whitel ?

@LalatenduMohanty LalatenduMohanty added this to the 1.1 milestone May 12, 2015
@LalatenduMohanty LalatenduMohanty self-assigned this May 12, 2015
@LalatenduMohanty
Copy link
Owner

As discussed, adding the docker-registry to the vagrant box.

@langdon
Copy link
Author

langdon commented May 12, 2015

A couple comments: 1) should we warn the user that a vagrant destroy will blow away the contents of the registry the user added? or is that obvious? 2) we should open another ticket for the registry-ui.

@LalatenduMohanty
Copy link
Owner

@whitel Yeah, we need to work on the documentation for this

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