I tried to install nginx within my docker container, before the installation i want to run
the docker run -i -t base /bin/bash
command and but i got a error like this..
WARNING: Local (127.0.0.1) DNS resolver found in resolv.conf and containers can't use it.
Using default external servers : [8.8.8.8 8.8.4.4]
[error] client.go:2298 Error getting size: bad file descriptor
How can i solve this?