Bug Reports
-
dlite version in use (run dlite --version): dlite 1.1.5, installed on Mac OS X El Capitan 10.11.6
-
expected behavior: within docker, expecting curl google.com to return results. also getting connection refused when running docker pull or docker import
-
actual behavior: curl.google.com hangs then can't resolve host. same for directly curling the IP
-
steps to reproduce: docker run --rm -it <container> bash then trying to curl. Docker image is a modified Ubuntu 14.04.4 LTS
This is my /etc/resolv.conf within the container:
nameserver 8.8.8.8
nameserver 192.168.64.1 # eth0
If I run this with regular Docker (aka not dlite), it works fine. It also works fine on a 2nd machine that has both dlite and regular Docker installed. Is there some dlite config that somehow got modified or is missing? Has anyone else experienced this?
Bug Reports
dlite version in use (run
dlite --version): dlite 1.1.5, installed on Mac OS X El Capitan 10.11.6expected behavior: within docker, expecting
curl google.comto return results. also getting connection refused when runningdocker pullordocker importactual behavior:
curl.google.comhangs then can't resolve host. same for directly curling the IPsteps to reproduce:
docker run --rm -it <container> bashthen trying to curl. Docker image is a modified Ubuntu 14.04.4 LTSThis is my /etc/resolv.conf within the container:
nameserver 8.8.8.8
nameserver 192.168.64.1 # eth0
If I run this with regular Docker (aka not dlite), it works fine. It also works fine on a 2nd machine that has both dlite and regular Docker installed. Is there some dlite config that somehow got modified or is missing? Has anyone else experienced this?