J'ai essayé cela sur ma machine Windows 10 :
Dockerfile :
From microsoft/nanoserver
CMD ["echo", "Hello World"]
PS
C:\FSD\Docker\Trial1> docker build -t lea/leatest .
Sending build context to Docker daemon 2.048kB
Step 1/2 : FROM microsoft/nanoserver
latest: Pulling from microsoft/nanoserver
bce2fbc256ea: Pulling fs layer
58f68fa0ceda: Pulling fs layer
image operating system "windows" cannot be used on this platform
2 votes
Il semble que votre environnement Docker soit actuellement configuré pour utiliser des conteneurs Linux, et non des conteneurs Windows.
0 votes
Quelle est la question ?