File tree 1 file changed +12
-6
lines changed
engine/installation/windows
1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,18 @@ installs, or install on air-gapped systems.
118
118
PS> docker container run hello-world:nanoserver
119
119
```
120
120
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
+
121
133
## Update Docker EE
122
134
123
135
To update Docker EE on Windows Server 2016:
@@ -131,12 +143,6 @@ PS> Install-Package -Name docker -ProviderName DockerMsftProvider -Update -Force
131
143
PS> Start-Service Docker
132
144
```
133
145
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
-
140
146
## What to know before you install
141
147
142
148
* ** What the Docker EE for Windows install includes** : The installation
You can’t perform that action at this time.
0 commit comments