You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
This is loosely a duplicate of #155 -- there is no Windows-based variant on nginx, so to use this image on Windows you'll need to use Linux containers.
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
$ 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
Activity
tianon commentedon Feb 14, 2018
This is loosely a duplicate of #155 -- there is no Windows-based variant on
nginx
, so to use this image on Windows you'll need to use Linux containers.mollyporph commentedon Jul 12, 2018
--platform=linux
with LCOW support enabled (experimental feature in docker 18.03.1-ce-win65 (17513))WeetA34 commentedon Aug 29, 2018
hi,
i have the same issue with docker ce on Windows 10 Pro 1803
I'm using linux containers.
I tried the proposal of @mollyporph.
Same issue
no issue with other linux images
thresheek commentedon Aug 29, 2018
@WeetA34 that's unrelated to the main ticket problem, it's a duplicate of #262.
WeetA34 commentedon Aug 29, 2018
@thresheek ok. Thx. bad timing for testing :)
thresheek commentedon Apr 23, 2019
Closing this one since there are no plans to ship windows-based nginx image.