CarlMc
CarlMc

Reputation: 210

upgrading Docker EE for Windows Server 2016

Docker EE installation followed here: https://docs.docker.com/install/windows/docker-ee/#install-docker-ee for the script install. The uri seems to be broken. looking at download.docker.com it seems you dont have any of the new docker ee releases there (specifically 1809 that I’m looking to upgrade to) our network policies on our docker machines dont allow us to use PSGallery so I can’t follow the Install-Module approach…

Is there anything I can do to update to the latest docker ee?

Upvotes: 0

Views: 376

Answers (1)

Peter Wishart
Peter Wishart

Reputation: 12280

You can get the direct download urls from this json file.

At the time of writing, the 1809 package zip is here and seems to be the same version that the OneGet provider installs.

The link is actually included under section "Update Docker Engine - Enterprise" on the Docker docs page, but the offline installation should ideally include a method for discovering the url.

Upvotes: 1

Related Questions