We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89eec42 + 5ec5729 commit 64a6cbfCopy full SHA for 64a6cbf
windows/windows-containers/WindowsContainers.md
@@ -26,11 +26,10 @@ Server:
26
Experimental: true
27
```
28
29
-Next, pull a base image that’s compatible with the evaluation build, re-tag it and do a test-run:
+Next, pull a base image that’s compatible with Windows and do a test-run:
30
31
32
-docker pull microsoft/windowsservercore:10.0.14393.321
33
-docker tag microsoft/windowsservercore:10.0.14393.321 microsoft/windowsservercore
+docker pull microsoft/windowsservercore
34
docker run microsoft/windowsservercore hostname
35
69c7de26ea48
36
@@ -62,7 +61,3 @@ Images stored on Docker Cloud are available in the web interface and public imag
62
61
63
### Next Steps
64
Continue to Step 3: [Multi-Container Applications](MultiContainerApp.md "Multi-Container Applications")
65
-
66
67
68
0 commit comments