mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Windows: Dockerfile Win 10 client note
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
a851cad25c
commit
f6ecfd620a
1 changed files with 9 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------------------
|
||||||
# This file describes the standard way to build Docker in a container on Windows
|
# This file describes the standard way to build Docker in a container on Windows
|
||||||
# Server 2016 or Windows 10.
|
# Server 2016.
|
||||||
#
|
#
|
||||||
# Maintainer: @jhowardmsft
|
# Maintainer: @jhowardmsft
|
||||||
# -----------------------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------------------
|
||||||
|
@ -11,10 +11,10 @@
|
||||||
# Prerequisites:
|
# Prerequisites:
|
||||||
# --------------
|
# --------------
|
||||||
#
|
#
|
||||||
# 1. Windows 10 or Windows Server 2016 with all Windows updates applied. Pre-release
|
# 1. Windows Server 2016 with all Windows updates applied. Pre-release versions
|
||||||
# versions of Windows are not supported (eg Windows Server 2016 TP5). The build
|
# of Windows are not supported (eg Windows Server 2016 TP5). The build number
|
||||||
# number must be at least 14393. This can be confirmed, for example, by running
|
# must be at least 14393. This can be confirmed, for example, by running the
|
||||||
# the following from an elevated PowerShell prompt - this sample output is from a
|
# following from an elevated PowerShell prompt - this sample output is from a
|
||||||
# fully up to date machine as at late October 2016:
|
# fully up to date machine as at late October 2016:
|
||||||
#
|
#
|
||||||
# >> PS C:\> $(gin).WindowsBuildLabEx
|
# >> PS C:\> $(gin).WindowsBuildLabEx
|
||||||
|
@ -111,7 +111,10 @@
|
||||||
# >> http://superuser.com/questions/944576/git-for-windows-silent-install-silent-arguments
|
# >> http://superuser.com/questions/944576/git-for-windows-silent-install-silent-arguments
|
||||||
# and follow through to installer at
|
# and follow through to installer at
|
||||||
# >> https://github.com/ferventcoder/chocolatey-packages/blob/master/automatic/git.install/tools/chocolateyInstall.ps1
|
# >> https://github.com/ferventcoder/chocolatey-packages/blob/master/automatic/git.install/tools/chocolateyInstall.ps1
|
||||||
|
#
|
||||||
|
# As of October 2016, this does not work on Windows 10 client, just Windows Server 2016,
|
||||||
|
# and only with the default isolation mode (process). It does not work with isolation mode
|
||||||
|
# set to Hyper-V containers (hyperv).
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue