docker / kitematic

Visual Docker Container Management on Mac & Windows
https://kitematic.com
Apache License 2.0
12.25k stars 1.41k forks source link

error while pulling node image #5720

Closed intikhabalam closed 4 years ago

intikhabalam commented 4 years ago

Expected behavior

system should download the node image

Actual behavior

getting following error: no matching manifest for windows/amd64 10.0.17763 in the manifest list entries

Information about the Issue

Steps to reproduce the behavior

  1. docker pull node
  2. getting error ::no matching manifest for windows/amd64 10.0.17763 in the manifest list entries
thaJeztah commented 4 years ago

The node images are only available as Linux images. If you are using Docker Desktop, you need to switch Docker to run Linux containers instead of native Windows containers; https://docs.docker.com/docker-for-windows/#switch-between-windows-and-linux-containers

This is not a bug, so I'll close this issue, but feel free to continue the conversation