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
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
The text was updated successfully, but these errors were encountered:
Sometime it add it sometime not... weird.. How to activate debug mode and display more traces in logs ?
Sorry, something went wrong.
I'm closing this isue, since the problem is more probably #80
No branches or pull requests
If my image came from a private registry, SkyDock don't add it to SkyDns
The text was updated successfully, but these errors were encountered: