mirror of https://github.com/docker/docs.git
Clarify supported versions (#5505)
This commit is contained in:
parent
8c90a652f9
commit
cad354f9c7
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
description: How to install Docker EE for Windows
|
description: How to install Docker EE for Windows Server
|
||||||
keywords: Windows, Windows Server, install, download, ucp, Docker EE
|
keywords: Windows, Windows Server, install, download, ucp, Docker EE
|
||||||
title: Install Docker Enterprise Edition for Windows Server 2016
|
title: Install Docker Enterprise Edition for Windows Server
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /docker-ee-for-windows/install/
|
- /docker-ee-for-windows/install/
|
||||||
---
|
---
|
||||||
|
@ -10,9 +10,9 @@ redirect_from:
|
||||||
{% capture download_url %}https://download.docker.com/components/engine/windows-server/{{ site.docker_ee_version }}/{{ filename }}{% endcapture %}
|
{% capture download_url %}https://download.docker.com/components/engine/windows-server/{{ site.docker_ee_version }}/{{ filename }}{% endcapture %}
|
||||||
|
|
||||||
|
|
||||||
Docker Enterprise Edition for Windows Server 2016 (*Docker EE*) enables native
|
Docker Enterprise Edition for Windows Server (*Docker EE*) enables native
|
||||||
Docker containers on Windows Server 2016. The Docker EE installation package
|
Docker containers on Windows Server. Windows Server 2016 and later versions are supported. The Docker EE installation package
|
||||||
includes everything you need to run Docker on Windows Server 2016.
|
includes everything you need to run Docker on Windows Server.
|
||||||
This topic describes pre-install considerations, and how to download and
|
This topic describes pre-install considerations, and how to download and
|
||||||
install Docker EE.
|
install Docker EE.
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ on Windows Server 2016 and you have a
|
||||||
>To use UCP, for now please use the current LTSB Windows release and not 1709.
|
>To use UCP, for now please use the current LTSB Windows release and not 1709.
|
||||||
|
|
||||||
|
|
||||||
Docker EE for Windows requires Windows Server 2016. See
|
Docker EE for Windows requires Windows Server 2016 or later. See
|
||||||
[What to know before you install](#what-to-know-before-you-install) for a
|
[What to know before you install](#what-to-know-before-you-install) for a
|
||||||
full list of prerequisites.
|
full list of prerequisites.
|
||||||
|
|
||||||
|
@ -170,7 +170,7 @@ Start-Service Docker
|
||||||
provides [Docker Engine](/engine/userguide/intro.md) and the
|
provides [Docker Engine](/engine/userguide/intro.md) and the
|
||||||
[Docker CLI client](https://docs.docker.com/engine/reference/commandline/cli/).
|
[Docker CLI client](https://docs.docker.com/engine/reference/commandline/cli/).
|
||||||
|
|
||||||
## About Docker EE containers and Windows Server 2016
|
## About Docker EE containers and Windows Server
|
||||||
|
|
||||||
Looking for information on using Docker EE containers?
|
Looking for information on using Docker EE containers?
|
||||||
|
|
||||||
|
@ -182,7 +182,7 @@ Windows containers.
|
||||||
* [Setup - Windows Server 2016 (Lab)](https://github.com/docker/labs/blob/master/windows/windows-containers/Setup-Server2016.md)
|
* [Setup - Windows Server 2016 (Lab)](https://github.com/docker/labs/blob/master/windows/windows-containers/Setup-Server2016.md)
|
||||||
describes environment setup in detail.
|
describes environment setup in detail.
|
||||||
|
|
||||||
* Docker Container Platform for Windows Server 2016 [articles and blog
|
* Docker Container Platform for Windows Server [articles and blog
|
||||||
posts](https://www.docker.com/microsoft/) on the Docker website.
|
posts](https://www.docker.com/microsoft/) on the Docker website.
|
||||||
|
|
||||||
## Where to go next
|
## Where to go next
|
||||||
|
|
Loading…
Reference in New Issue