crops / extsdk-container

A container image that is able to setup and use an extensible sdk generated using openembedded-core.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not resolve host: someserver

sayo9394 opened this issue · comments

commented

Not sure if i'm doing this correctly.

sayoub@SSB-SAYOUB` MINGW64 /c/Program Files/Docker Toolbox
$ docker run --rm -it -v myvolume:/workdir crops/extsdk-container --url http://someserver/extensible_sdk_installer.sh
Attempting to download http://someserver/extensible_sdk_installer.sh

curl: (6) Could not resolve host: someserver
Unable to download "http://someserver/extensible_sdk_installer.sh".
commented

Sorry for this silly NOOB issue reporting! i'll just close this and pretend nothing happened.
Cheers.

how to reslove this problem,I have same trouble

Hi @yzh0529,

If you are getting that message from curl, then it is a name resolution issue. Check your url for typos. Either that, or you cannot access your dns server from inside the container you are running.