Azure / iotedgehubdev

IoT Edge Hub Dev Tool
Other
88 stars 31 forks source link

failing to start iotedgehubdev #410

Closed lakshmisivareddy closed 1 year ago

lakshmisivareddy commented 1 year ago

Hi team in our organization access to public docker repos are restricted iotedgehubdev keep failing to start with below error

ERROR: Error during pull for image hello-world:latest : 500 Server Error for http+docker://localhost/v1.41/images/create?tag=latest&fromImage=hello-world: Internal Server Error ("Get "https://registry-1.docker.io/v2/": dialing registry-1.docker.io:443 no HTTPS proxy: resolving host registry-1.docker.io: lookup registry-1.docker.io: no such host")

i understand iotedgehubdev trying to pull hello-world:latest image, is there a way to changes docker repo configuration ?

konichi3 commented 1 year ago

Unfortunately, there is no configuration available within the simulator to change the routing of the docker commands.

konichi3 commented 1 year ago

Closing due to inactivity.