This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.SYNOPSIS | |
Install/Upgrade Docker EE (Windows Server). | |
.DESCRIPTION | |
This script checks the official Docker EE (for Windows Server) repository and | |
detects the latest version available to download and install. It also compares | |
with the version currently installed on the Docker host (WinServer) and asks | |
you if you wish to proceed or not. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Forked from https://gist.github.com/sboardwell/f1e85536fc13b8e4c0d108726239c027 | |
Changes made: | |
- add `combinedPerm` functions to make sure the new config won't replace the current settings. | |
**/ | |
/* | |
Copyright (c) 2015-2018 Sam Gleske - https://github.com/samrocketman/jenkins-bootstrap-shared | |
Licensed under the Apache License, Version 2.0 (the "License"); |