Skip to content

Commit 64a6cbf

Browse files
authored
Merge pull request docker#193 from StefanScherer/use-current-windows-base-image
Use current Windows base image
2 parents 89eec42 + 5ec5729 commit 64a6cbf

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

windows/windows-containers/WindowsContainers.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@ Server:
2626
Experimental: true
2727
```
2828

29-
Next, pull a base image that’s compatible with the evaluation build, re-tag it and do a test-run:
29+
Next, pull a base image that’s compatible with Windows and do a test-run:
3030

3131
```
32-
docker pull microsoft/windowsservercore:10.0.14393.321
33-
docker tag microsoft/windowsservercore:10.0.14393.321 microsoft/windowsservercore
32+
docker pull microsoft/windowsservercore
3433
docker run microsoft/windowsservercore hostname
3534
69c7de26ea48
3635
```
@@ -62,7 +61,3 @@ Images stored on Docker Cloud are available in the web interface and public imag
6261

6362
### Next Steps
6463
Continue to Step 3: [Multi-Container Applications](MultiContainerApp.md "Multi-Container Applications")
65-
66-
67-
68-

0 commit comments

Comments
 (0)