Skip to content

19.03.5-olljanat2

Choose a tag to compare

@olljanat olljanat released this 29 Nov 07:01
· 4 commits to v19.03.5-custom since this release

Docker version 19.03.5 + these non-officially released changes:

Usage

You can update Docker to latest custom build with commands:

Install-Module -Name DockerMsftProvider -Repository PSGallery -Force
Register-PackageSource -ProviderName DockerMsftProvider -Name "olljanat-custom-builds" -Location "https://raw.githubusercontent.com/olljanat/moby/v19.03.5-custom/DockerOlljanatIndex.json"
Install-Package -Name docker -ProviderName DockerMsftProvider -Update -Force -RequiredVersion "19.03.5-olljanat2"
Unregister-PackageSource -ProviderName DockerMsftProvider -Name "olljanat-custom-builds"