Docker-nginx: no matching manifest for windows/amd64 in the manifest list entries

Created on 14 Feb 2018  路  6Comments  路  Source: nginxinc/docker-nginx

I am unable to pull the image on Windows 10 v1709:

PS C:\WINDOWS\system32> docker pull nginx
Using default tag: latest
latest: Pulling from library/nginx
latest: Pulling from library/nginx
no matching manifest for windows/amd64 in the manifest list entries

Most helpful comment

This is loosely a duplicate of https://github.com/nginxinc/docker-nginx/pull/155 -- there is no Windows-based variant on nginx, so to use this image on Windows you'll need to use Linux containers.

All 6 comments

This is loosely a duplicate of https://github.com/nginxinc/docker-nginx/pull/155 -- there is no Windows-based variant on nginx, so to use this image on Windows you'll need to use Linux containers.

--platform=linux with LCOW support enabled (experimental feature in docker 18.03.1-ce-win65 (17513))

hi,
i have the same issue with docker ce on Windows 10 Pro 1803
I'm using linux containers.

$ docker version
Client:
 Version:           18.06.1-ce
 API version:       1.38
 Go version:        go1.10.3
 Git commit:        e68fc7a
 Built:             Tue Aug 21 17:24:56 2018
 OS/Arch:           linux/amd64
 Experimental:      false

Server:
 Engine:
  Version:          18.06.1-ce
  API version:      1.38 (minimum version 1.12)
  Go version:       go1.10.3
  Git commit:       e68fc7a
  Built:            Tue Aug 21 17:29:02 2018
  OS/Arch:          linux/amd64
  Experimental:     false

$ docker pull nginx
Using default tag: latest
latest: Pulling from library/nginx
no matching manifest for unknown in the manifest list entries

I tried the proposal of @mollyporph.
Same issue

$ docker version
Client:
 Version:           18.06.1-ce
 API version:       1.38
 Go version:        go1.10.3
 Git commit:        e68fc7a
 Built:             Tue Aug 21 17:24:56 2018
 OS/Arch:           linux/amd64
 Experimental:      false

Server:
 Engine:
  Version:          18.06.1-ce
  API version:      1.38 (minimum version 1.12)
  Go version:       go1.10.3
  Git commit:       e68fc7a
  Built:            Tue Aug 21 17:29:02 2018
  OS/Arch:          linux/amd64
  Experimental:     true

$ docker pull --platform=linux nginx
Using default tag: latest
latest: Pulling from library/nginx
no matching manifest for linux/amd64 in the manifest list entries

no issue with other linux images

@WeetA34 that's unrelated to the main ticket problem, it's a duplicate of #262.

@thresheek ok. Thx. bad timing for testing :)

Closing this one since there are no plans to ship windows-based nginx image.

Was this page helpful?
0 / 5 - 0 ratings