Skip navigation

Easily update Docker on Windows

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

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish