Skip to content

Commit ef4d1c9

Browse files
friismJim Galasyn
authored and
Jim Galasyn
committed
document how to install a specific version (#4548)
1 parent 9bc472b commit ef4d1c9

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

engine/installation/windows/docker-ee.md

+12-6
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,18 @@ installs, or install on air-gapped systems.
118118
PS> docker container run hello-world:nanoserver
119119
```
120120
121+
## Install a specific version
122+
123+
To install a specific Docker version, you can use the `MaximumVersion` and `MinimumVersion` flags. For example:
124+
125+
```ps
126+
Install-Package -Name docker -ProviderName DockerMsftProvider -Source Docker -Force -MaximumVersion 17.03
127+
...
128+
Name Version Source Summary
129+
---- ------- ------ -------
130+
Docker 17.03.0-ee Docker Contains Docker EE for use with Windows Server 2016...
131+
```
132+
121133
## Update Docker EE
122134

123135
To update Docker EE on Windows Server 2016:
@@ -131,12 +143,6 @@ PS> Install-Package -Name docker -ProviderName DockerMsftProvider -Update -Force
131143
PS> Start-Service Docker
132144
```
133145

134-
## Install Docker EE using OneGet
135-
136-
If you want to install Docker EE by using [OneGet](https://github.com/oneget/oneget),
137-
follow the steps described in [Windows Containers on Windows
138-
Server](https://docs.microsoft.com/en-us/virtualization/windowscontainers/quick-start/quick-start-windows-server).
139-
140146
## What to know before you install
141147

142148
* **What the Docker EE for Windows install includes**: The installation

0 commit comments

Comments
 (0)