resolvable icon indicating copy to clipboard operation
resolvable copied to clipboard

Host-level DNS gateway for Docker

Results 18 resolvable issues
Sort by recently updated
recently updated
newest added

This image uses `systemd-networkd` to regenerate the host's `/etc/resolv.conf`. However, on Ubuntu 20.04-based systems `resolv.conf` is linked to `../run/systemd/resolve/stub-resolv.conf` which hints to the use of `systemd-resolve` service. This causes error...

First of all: Great tool! Thanks to all developers! If I'm reading the docs correctly, there are currently two docker params that will cause `gliderlabs/resolvable` to add resolvable names on...

After get DNS_PROBE_FINISHED_BAD_CONFIG. I need stop resolvable to my DNS work again. Run resolvable container: ``` docker run -d \ --name resolvable \ --hostname resolvable \ -v /var/run/docker.sock:/tmp/docker.sock \ -v...

Is there any way to use inside a docker-compose to access the service by name? I would think it would be great to access service.docker, I wonder why this is...

I am attempting to use resolvable as a DNS resolver on my local host node (ie, developer workflow) so that I can access my docker containers by name (specifically looking...

I am executing the following command on a MacOS: `docker run -d --hostname resolvable -v /var/run/docker.sock:/tmp/docker.sock -v /etc/resolv.conf:/tmp/resolv.conf mgood/resolvable` Thereafter my /etc/resolv.conf remains untouched. Also tried to execute it with...

When containers started BEFORE resolvable starts, those are unable to resolve .docker domains via Resolvable because the Docker daemon uses an old copy of the resolv.conf If I use the...

As of Docker 1.10, the docker daemon implements an embedded DNS server which provides built-in service discovery for any container created with a valid name or net-alias or aliased by...

thoughts on supporting service records?

Reverse lookups shoud probably resolve to the hostname, where the domain is included.