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
cae20dcf
Commit
cae20dcf
authored
Jan 29, 2016
by
Stefan Scherer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Download latest docker.exe 1.10.0-dev
parent
391bd555
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
scripts/install-docker.ps1
scripts/install-docker.ps1
+4
-1
No files found.
scripts/install-docker.ps1
View file @
cae20dcf
...
...
@@ -79,6 +79,9 @@ function Run-Interactive {
&
schtasks
/Delete
/F
/TN
InstallContainerHost
}
Run-Interactive
-commandline
"C:\Install-ContainerHost.ps1 -HyperV"
# Download latest nightly build of docker engine
$ExeFile
=
"C:\Users\vagrant\Downloads\docker.exe"
wget
-o
$ExeFile
https://master.dockerproject.org/windows/amd64/docker.exe
Run-Interactive
-commandline
"C:\Install-ContainerHost.ps1 -HyperV -DockerPath
$ExeFile
"
# https://msdn.microsoft.com/virtualization/windowscontainers/quick_start/manage_docker
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