Easily update Docker on Windows
Update Docker on Windows with a line of PowerShell
John Savill
December 27, 2016
1 Min Read
Q. How can I update the version of Docker installed on my Windows machine?
A. Once Docker has been installed (I covered this at http://windowsitpro.com/windows-server-2016/install-containers-windows-server-2016) on Windows you will need to update it periodically whenever Docker pushes an update. The easiest way to update the installed version of Docker is to run the following PowerShell.
Install-Package -Name docker -ProviderName DockerMsftProvider -Verbose -Update
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like