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
e88b13e8
Unverified
Commit
e88b13e8
authored
Feb 11, 2017
by
Stefan Scherer
Browse files
Update link in comment
parent
01168c81
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/docker/install-docker.ps1
View file @
e88b13e8
Set-ExecutionPolicy
Bypass
-scope
Process
New-Item
-Type
Directory
-Path
"
$(
$
env
:
ProgramFiles
)
\docker"
# wget -outfile $env:TEMP\docker-
cs-1
.1
2
.zip "https://do
wnload.docker.com/components/engine/windows-server/cs-1.12
/docker-1
.12.2
.zip"
# wget -outfile $env:TEMP\docker-
1.13
.1.zip "https://do
ckermsft.blob.core.windows.net/dockercontainer
/docker-1
-13-1
.zip"
wget
-outfile
$
env
:
TEMP
\docker-1.13.1.zip
"https://get.docker.com/builds/Windows/x86_64/docker-1.13.1.zip"
Expand-Archive
-Path
$
env
:
TEMP
\docker-1.13.1.zip
-DestinationPath
$
env
:
TEMP
-Force
copy
$
env
:
TEMP
\docker\
*.
exe
$
env
:
ProgramFiles
\docker
...
...
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