Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Bob Tanner
packer-windows
Commits
be862397
Unverified
Commit
be862397
authored
Sep 26, 2017
by
Stefan Scherer
Browse files
Install Docker EE 17.10 preview for routing mesh support
parent
405b04af
Changes
2
Hide whitespace changes
Inline
Side-by-side
scripts/docker/2016/install-docker-ee-preview.ps1
0 → 100644
View file @
be862397
Write-Host
"Install-PackageProvider ..."
Install-PackageProvider
-Name
NuGet
-MinimumVersion
2.8.5.201
-Force
Write-Host
"Install-Module ..."
Install-Module
-Name
DockerProvider
-Force
Write-Host
"Install-Package ..."
Set-PSRepository
-InstallationPolicy
Trusted
-Name
PSGallery
$Error
ActionStop
=
'SilentlyContinue'
Install-Package
-Name
docker
-ProviderName
DockerProvider
-RequiredVersion
preview
-Force
Set-PSRepository
-InstallationPolicy
Untrusted
-Name
PSGallery
Start-Service
docker
windows_2016_insider.json
View file @
be862397
...
...
@@ -115,7 +115,7 @@
"type"
:
"powershell"
,
"scripts"
:
[
"./scripts/docker/add-docker-group.ps1"
,
"./scripts/docker/2016/install-docker.ps1"
,
"./scripts/docker/2016/install-docker
-ee-preview
.ps1"
,
"./scripts/docker/docker-pull-insider-async.ps1"
,
"./scripts/docker/open-docker-insecure-port.ps1"
,
"./scripts/docker/remove-docker-key-json.ps1"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment