Update docker-ee.md

fix update procedure
This commit is contained in:
Carl Fischer 2018-07-27 08:44:20 -07:00 committed by GitHub
parent bc3a940d95
commit 8349e9803f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 8 deletions

View File

@ -99,16 +99,10 @@ Then open a new Powershell session for the update to take effect.
## Update Docker EE
To update Docker EE Engine to the most recent release of the current channel use the `-Update` flag:
To update Docker EE Engine to the most recent release, specify the `-RequiredVersion` and `-Update` flags:
```PowerShell
Install-Package -Name docker -ProviderName DockerMsftProvider -Update -Force
```
To update Docker EE Engine from the `17.06` channel to the `18.03` channel use both the `-Update` and `-RequiredVersion` flags:
```PowerShell
Install-Package -Name docker -ProviderName DockerMsftProvider -Update -Force -RequiredVersion 18.03
Install-Package -Name docker -ProviderName DockerMsftProvider -RequiredVersion 18.03 -Update -Force
```
## Preparing a Docker EE Engine for use with UCP