Signed-off-by: John Howard <jhoward@microsoft.com>
| ... | ... |
@@ -2,7 +2,7 @@ |
| 2 | 2 |
|
| 3 | 3 |
# ----------------------------------------------------------------------------------------- |
| 4 | 4 |
# This file describes the standard way to build Docker in a container on Windows |
| 5 |
-# Server 2016 or Windows 10. |
|
| 5 |
+# Server 2016. |
|
| 6 | 6 |
# |
| 7 | 7 |
# Maintainer: @jhowardmsft |
| 8 | 8 |
# ----------------------------------------------------------------------------------------- |
| ... | ... |
@@ -11,10 +11,10 @@ |
| 11 | 11 |
# Prerequisites: |
| 12 | 12 |
# -------------- |
| 13 | 13 |
# |
| 14 |
-# 1. Windows 10 or Windows Server 2016 with all Windows updates applied. Pre-release |
|
| 15 |
-# versions of Windows are not supported (eg Windows Server 2016 TP5). The build |
|
| 16 |
-# number must be at least 14393. This can be confirmed, for example, by running |
|
| 17 |
-# the following from an elevated PowerShell prompt - this sample output is from a |
|
| 14 |
+# 1. Windows Server 2016 with all Windows updates applied. Pre-release versions |
|
| 15 |
+# of Windows are not supported (eg Windows Server 2016 TP5). The build number |
|
| 16 |
+# must be at least 14393. This can be confirmed, for example, by running the |
|
| 17 |
+# following from an elevated PowerShell prompt - this sample output is from a |
|
| 18 | 18 |
# fully up to date machine as at late October 2016: |
| 19 | 19 |
# |
| 20 | 20 |
# >> PS C:\> $(gin).WindowsBuildLabEx |
| ... | ... |
@@ -111,7 +111,10 @@ |
| 111 | 111 |
# >> http://superuser.com/questions/944576/git-for-windows-silent-install-silent-arguments |
| 112 | 112 |
# and follow through to installer at |
| 113 | 113 |
# >> https://github.com/ferventcoder/chocolatey-packages/blob/master/automatic/git.install/tools/chocolateyInstall.ps1 |
| 114 |
- |
|
| 114 |
+# |
|
| 115 |
+# As of October 2016, this does not work on Windows 10 client, just Windows Server 2016, |
|
| 116 |
+# and only with the default isolation mode (process). It does not work with isolation mode |
|
| 117 |
+# set to Hyper-V containers (hyperv). |
|
| 115 | 118 |
|
| 116 | 119 |
# ----------------------------------------------------------------------------------------- |
| 117 | 120 |
|