I am trying to pull the node:latest image from docker but I get the message below.
$docker pull node
Using default tag: latest
latest: Pulling from library/node
no matching manifest for windows/amd64 in the manifest list entries
When I try to pull other images other than node it works.
I am on Windows 10 x64
I am trying to pull the node:latest image from docker but I get the message below.
$docker pull node
Using default tag: latest
latest: Pulling from library/node
no matching manifest for windows/amd64 in the manifest list entries
When I try to pull other images other than node it works.
I am on Windows 10 x64