Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Bob Tanner
packer-windows
Commits
be862397
Unverified
Commit
be862397
authored
Sep 26, 2017
by
Stefan Scherer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install Docker EE 17.10 preview for routing mesh support
parent
405b04af
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
scripts/docker/2016/install-docker-ee-preview.ps1
scripts/docker/2016/install-docker-ee-preview.ps1
+10
-0
windows_2016_insider.json
windows_2016_insider.json
+1
-1
No files found.
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 @@
...
@@ -115,7 +115,7 @@
"type"
:
"powershell"
,
"type"
:
"powershell"
,
"scripts"
:
[
"scripts"
:
[
"./scripts/docker/add-docker-group.ps1"
,
"./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/docker-pull-insider-async.ps1"
,
"./scripts/docker/open-docker-insecure-port.ps1"
,
"./scripts/docker/open-docker-insecure-port.ps1"
,
"./scripts/docker/remove-docker-key-json.ps1"
,
"./scripts/docker/remove-docker-key-json.ps1"
,
...
...
Write
Preview
Markdown
is supported
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