dnsdock
dnsdock copied to clipboard
DNS service discovery for Docker containers
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?
Version: `tonistiigi/dnsdock:v1.10.0` Docker-compose file: ``` drupal: build: . dockerfile: Dockerfile.loc volumes_from: - data links: - mariadb - solr - redis - blackfire environment: - DNSDOCK_ALIAS=www.docker.sparkfabrik.docker.loc restart: always mariadb: extends: file:...
hi, i cant use a local dns server.. i wanna use dnscrypt-proxy as dns server for unmatched requests. it give's a timeout error.
Hi, I followed the steps but couldn't get it to work: This is what I am getting: kundeng@splunkapp-preprod02:/opt/splunk/dnsdock> dig *.docker ;; Warning: Message parser reports malformed message packet. ; DiG...
`docker-compose.yaml` contains two services with such definitions (stuff omitted) ``` service-client: labels: com.dnsdock.alias: "client.service.app.dev" service: labels: com.dnsdock.alias: service.app.dev ``` service-client container got IP 172.19.0.5 service container got IP 172.19.0.3 both...
When connecting to Docker over TCP, there is the possibility of the events stream connection dropping while dnsdock continues to run. This PR adds a reconnect plus exponential backoff mechanism...
Hi, In my use case, I avoid exposing ports and prefer `.docker` resolution to launch several instances of compose project. This require to export an env var and reuse it...
It appears that `com.dnsdock.tags` and `com.dnsdock.name` cannot be used together as they populate the same space in the domain name. It is further complicated by the fact that which ever...
Based on the conversation in #88 here is a (kong overdue) PR that addresses a few issues with domain name creation. Names are now formed based on the following format:...