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
8ca01976
Commit
8ca01976
authored
Feb 29, 2016
by
Stefan Scherer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Install-ContainerHost.ps1 by downloading older commit
parent
54a1ef10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
scripts/install-docker.ps1
scripts/install-docker.ps1
+2
-1
No files found.
scripts/install-docker.ps1
View file @
8ca01976
Sleep
2
# https://msdn.microsoft.com/virtualization/windowscontainers/quick_start/inplace_setup
wget
-uri
https://aka.ms/tp4/Install-ContainerHost
-OutFile
C:\Install-ContainerHost.ps1
# wget -uri https://aka.ms/tp4/Install-ContainerHost -OutFile C:\Install-ContainerHost.ps1
wget
-uri
https://raw.githubusercontent.com/Microsoft/Virtualization-Documentation/84531c51640b27961f4a8789b5b538cb276ae343/windows-server-container-tools/Install-ContainerHost/Install-ContainerHost.ps1
-OutFile
C:\Install-ContainerHost.ps1
# create a Task Scheduler task which is also able to run in battery mode due
# to host notebooks working in battery mode.
...
...
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