Error pulling edge agent using Docker EE on Windows Server 2016

Hi @Trey_Carlee

Sorry you’re having troubles. What’s happening is that Windows is trying to pull a Windows-based docker image. Currently, our edge agent does not support the architecture windows-amd64. You can read about all the different types here.

But after some research, you can run Linux based images within Windows:

It looks like you can toggle which daemon (Linux or Windows) the Docker CLI talks to. In this case, you would have to configure it to use the Linux Daemon. That should solve your problem.