Azure / iotedgedev

The Azure IoT Edge Dev Tool greatly simplifies your Azure IoT Edge development process. It has everything you need to get started and helps with your day-to-day Edge development.
https://aka.ms/iotedgedev
Other
160 stars 71 forks source link

Update docker image reference in the Wiki #511

Closed vlad-ro closed 2 years ago

vlad-ro commented 2 years ago

Wiki suggest the following command to run the IoT Edge Dev Container:

mkdir c:\temp\iotedge
docker run -ti -v /var/run/docker.sock:/var/run/docker.sock -v c:/temp/iotedge:/home/iotedge microsoft/iotedgedev

However this results in:

Unable to find image 'microsoft/iotedgedev:latest' locally
docker: Error response from daemon: pull access denied for microsoft/iotedgedev, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.

Looks like microsoft/iotedgedev needs to be replaced with mcr.microsoft.com/iotedge/iotedgedev.

Affected pages:

konichi3 commented 2 years ago

Thanks for the feedback. Fixed the command in two pages in Wiki described above.