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

Skydock don't add containers from private registry #79

Closed
jderusse opened this issue Nov 7, 2014 · 2 comments
Closed

Skydock don't add containers from private registry #79

jderusse opened this issue Nov 7, 2014 · 2 comments

Comments

@jderusse
Copy link

jderusse commented Nov 7, 2014

If my image came from a private registry, SkyDock don't add it to SkyDns

docker run -d --name apache my-private-registry.private.network/apache
[debug] 1415354852 skydock: received event (create) cd85709041e6e461b2565d1089ed26744ea7ede36076620cab892b875cc94a11 apache:latest
[debug] 1415354852 skydock: received event (start) cd85709041e6e461b2565d1089ed26744ea7ede36076620cab892b875cc94a11 apache:latest
docker pull my-private-registry.private.network/apache
docker run -d --name apache apache
[debug] 1415354888 skydock: received event (create) 22e4a95e1baada889a5f5e70bea40e2df250ba5e7e0233c60ab55ee2c8a967e8 apache:latest
[debug] 1415354888 skydock: received event (start) 22e4a95e1baada889a5f5e70bea40e2df250ba5e7e0233c60ab55ee2c8a967e8 apache:latest
[info] 1415354888 skydock: adding 22e4a95e1b (apache) to skydns
@jderusse
Copy link
Author

jderusse commented Nov 7, 2014

Sometime it add it sometime not... weird.. How to activate debug mode and display more traces in logs ?

@jderusse
Copy link
Author

jderusse commented Nov 7, 2014

I'm closing this isue, since the problem is more probably #80

@jderusse jderusse closed this as completed Nov 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant