New Windows Containers Docker Update Released

In this article, I’ll show you how I update my Windows Server 2016 Windows Containers Docker Version to the latest release.

As always, it’s always recommended to Install the latest updates to get the best protection, performance and features that will ensure your system Is running In an optimal state.

Before I start, I’ll check the current version build using the cmdlet below

Docker version

To find the Docker package and check If it’s newer than my Installed version I run the cmdlet below

find-Package -Name docker -ProviderName DockerMsftProvider

To install the latest update, I run the cmdlet below

install-Package -Name docker -ProviderName DockerMsftProvider -Force

Next, I’ll restart my the Docker Service using:

Restart-service docker

And now If I check the current version I’ll see the update version number

Docker version

Now, my Server version Is set to 17.03.1.ee-3


Posted

in

,

by