You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to resolve any particular docker host registered:
services-dnsdock-1 | 08:41:01.364 | DEBUG ▶ DNS request for query 'services-dnsdock-1.docker.lan' from remote '172.18.0.1:47981'
services-dnsdock-1 | 08:41:01.364 | DEBUG ▶ No DNS record found for query 'services-dnsdock-1.docker.lan'
I'm not sure what the misconfiguration may be. I've tried clearing --domain, using single-words (no .)...
Also tried with --environment=docker, --domain=local; trying to see if i can surface more data from the http server.
host scene.nginx-php.docker.local
scene.nginx-php.docker.local has address 172.18.0.5
scene.nginx-php.docker.local mail is handled by 0 scene.nginx-php.docker.local.
host scene.docker.local
Host scene.docker.local not found: 3(NXDOMAIN)
host nginx-php.docker.local
nginx-php.docker.local has address 172.18.0.5
nginx-php.docker.local mail is handled by 0 nginx-php.docker.local.
I wish there was a flag to auto-alias just the docker container name, but not the image name. It's clear after a detailed read of the README, but not following least astonishment, I'd expect .docker.local to be resolved.
The text was updated successfully, but these errors were encountered:
Hello,
I'm using the latest amd64 docker image. I've configured dnsdock to run as:
The output confirms the settings:
Trying to resolve any particular docker host registered:
I'm not sure what the misconfiguration may be. I've tried clearing
--domain
, using single-words (no.
)...Also tried with --environment=docker, --domain=local; trying to see if i can surface more data from the http server.
host scene.nginx-php.docker.local
scene.nginx-php.docker.local has address 172.18.0.5
scene.nginx-php.docker.local mail is handled by 0 scene.nginx-php.docker.local.
host scene.docker.local
Host scene.docker.local not found: 3(NXDOMAIN)
host nginx-php.docker.local
nginx-php.docker.local has address 172.18.0.5
nginx-php.docker.local mail is handled by 0 nginx-php.docker.local.
I wish there was a flag to auto-alias just the docker container name, but not the image name. It's clear after a detailed read of the README, but not following least astonishment, I'd expect .docker.local to be resolved.
The text was updated successfully, but these errors were encountered: