http - Docker HttpExceptionRequest Can't GET from inside container -
i'm having problem docker container runs on buildroot. executes request somehow can't through. mean should map port 443 host? can't seem connect on 443.
httpexceptionrequest request { host = "www.ncbi.nlm.nih.gov" port = 443 secure = true requestheaders = [] path = "/" querystring = "" method = "get" proxy = nothing rawbody = false redirectcount = 10 responsetimeout = responsetimeoutdefault requestversion = http/1.1 }
with docker ps
showing:
7f4e69c0c0fc 48a5c6e00788 "/bin/bash" 7 minutes ago 7 minutes 0.0.0.0:443->443/tcp infallible_liskov
so, started this:
docker run -it -v /home/:/home -p 443:443 48a5c6e00788 /bin/bash
or have certificates? mean can't share them?
thanks
Comments
Post a Comment