Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Bob Tanner
packer-windows
Commits
7e47aa3b
Commit
7e47aa3b
authored
Dec 14, 2016
by
Stefan Scherer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pull only latest docker images
parent
092252c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
scripts/docker/install-docker.ps1
scripts/docker/install-docker.ps1
+2
-4
No files found.
scripts/docker/install-docker.ps1
View file @
7e47aa3b
...
...
@@ -16,9 +16,7 @@ Write-Host "Fix --restart=always for reboot ..."
Start-Service
Docker
Write-Host
"Installing WindowsServerCore container image..."
&
"C:\Program Files\docker\docker.exe"
pull
microsoft/windowsservercore:10.0.14393.447
&
"C:\Program Files\docker\docker.exe"
tag
microsoft/windowsservercore:10.0.14393.447
microsoft/windowsservercore:latest
&
"C:\Program Files\docker\docker.exe"
pull
microsoft/windowsservercore
Write-Host
"Installing NanoServer container image..."
&
"C:\Program Files\docker\docker.exe"
pull
microsoft/nanoserver:10.0.14393.447
&
"C:\Program Files\docker\docker.exe"
tag
microsoft/nanoserver:10.0.14393.447
microsoft/nanoserver:latest
&
"C:\Program Files\docker\docker.exe"
pull
microsoft/nanoserver
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