-
Notifications
You must be signed in to change notification settings - Fork 52
Description
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.comto return results. also getting connection refused when runningdocker pullordocker import -
actual behavior:
curl.google.comhangs then can't resolve host. same for directly curling the IP -
steps to reproduce:
docker run --rm -it <container> bashthen 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?