简体   繁体   中英

ERROR IN PULLING DOCKER IMAGE IN WINDOWS 2016 SERVER (docker for windows)

. Not able to pull Microsoft images like microsoft/dotnet, microsoft/dotnet: 2.2-sdk, even though these are window based images, even experimental is TRUE in my settings then also throwing error.

ERROR - Using default tag: latest latest: Pulling from microsoft/dotnet no matching manifest for the unknown in the manifest list entries

. tried setting the experimental true, tried reinstalling docker, tried restarting, switching to Linux containers then also same error .

. DOCKER VERSION

Client: Docker Engine - Community Version: 18.09.2 API version: 1.39 Go version: go1.10.8 Git commit: 6247962 Built: Sun Feb 10 04:12:31 2019 OS/Arch: windows/amd64 Experimental: false

Server: Docker Engine - Community Engine: Version: 18.09.2 API version: 1.39 (minimum version 1.24) Go version: go1.10.6 Git commit: 6247962 Built: Sun Feb 10 04:28:48 2019 OS/Arch: windows/amd64 Experimental: true

Names in docker are case sensitive. It's "microsoft", with a lower case "m":

$ docker pull microsoft/dotnet

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM