aacebedo / dnsdock

DNS service discovery for Docker containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

curl and ipv6

jngermon opened this issue · comments

When I try contacting a container with curl, it fails unless I use the -4 option

curl mam.web.docker   
curl: (6) Could not resolve host: mam.web.docker
curl -4 mam.web.docker
<!DOCTYPE html>
<html>
    <head>
    </head>
    <body>
        Hello World !!!
    </body>
</html>

Thanks