node-red / node-red-docker

Repository for all things Node-RED and Docker related
Apache License 2.0
469 stars 382 forks source link

No matching manifest for windows/amd64 #368

Closed biohazardxxx closed 1 year ago

biohazardxxx commented 1 year ago

Tried to get a nodered container under windows server with docker. Did run

    docker run -p 1880:1880 -it -v "nodered/data" nodered/node-red
and get:

Unable to find image 'nodered/node-red:latest' locally latest: Pulling from nodered/node-red docker: no matching manifest for windows/amd64 10.0.20348 in the manifest list entries. See 'docker run --help'.

Also via portainer I get issues for unsupported capabilities.

hardillb commented 1 year ago

We do not publish a windows native build, all our builds are Linux based

biohazardxxx commented 1 year ago

Ok thanks, will see if I build my own or go Linux.