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

Pushing to private registries? #28

Closed
SaschaMoellering opened this issue Oct 16, 2014 · 7 comments
Closed

Pushing to private registries? #28

SaschaMoellering opened this issue Oct 16, 2014 · 7 comments

Comments

@SaschaMoellering
Copy link

Hi,

I'm just wondering if it is possible to a private Docker registry, like:

docker tag abc/xyz:1.2 registry_ip:5000/xyz:1.2
docker push registry_ip:5000/xyz:1.2

Thanks,
Sascha

@alexec
Copy link
Owner

alexec commented Oct 29, 2014

Hi Sascha, I'm actually not sure! But it's clearly something I'd like it to. Fancy becoming a contributor?

@SaschaMoellering
Copy link
Author

Sure why not :-)

@alexec
Copy link
Owner

alexec commented Oct 30, 2014

Excellent: here are the details: https://github.com/alexec/docker-maven-plugin/blob/master/CONTRIB.md

@gabeki
Copy link

gabeki commented Dec 19, 2014

Hi, I am interested in the same thing. Is there any update on this?

@alexec
Copy link
Owner

alexec commented Dec 20, 2014

This should be support on the latest snapshot using serverAddress config. I don't have a private repo to test with myself. If you have one, do you think you could please fix verify it for me?

@alexec alexec closed this as completed Dec 20, 2014
@gabeki
Copy link

gabeki commented Dec 22, 2014

Absolutely. But how is serverAddress different from host? Does it always go back to host?

https://github.com/docker-java/docker-java/blob/master/src/main/java/com/github/dockerjava/jaxrs/DockerCmdExecFactoryImpl.java#L94

@alexec
Copy link
Owner

alexec commented Dec 23, 2014

serverAddress is meant to be the address of the private repository

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