-
Notifications
You must be signed in to change notification settings - Fork 91
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
Unable to set IP address using docker labels #106
Comments
Hi. I'll try to look to your issues dns others asap. |
I created the dockdns as such: I have a test container called: 'wazztest' I set a label on the container and looked at the output of dnsdock it showed the following: docker inspect showed the label was there: I tried to PATCH directly using curl: and I checked if it changed but it hadn't: response: I can however change the TTL using curl but I can't using the com.docker.ttl label. |
My use case is to supliment my internal dns router which has A records pointing mainly to a reverse proxy with the exception of a couple of docker containers within a swarm. Everytime I create a new website within the reverse proxy I then have to define an A record on my router to point it to my reverse proxies internal IP. I'd like to instead define a preferred DNS to DNSDOCK's ip address and have it return the A record host ip I define within a label. |
Long time ago, i know, but did you ever get this working? I’m facing exactly the same thing. I want to specify a container and the location of a reverse proxy sever via labels so that I don’t have to manually update my routers dns |
I can't seem to set custom ip addresses using labels and through curl -X PATCH
Has dnsdock been abondond ? and if so is there an alternative?
The text was updated successfully, but these errors were encountered: