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
51a2cb9e
Unverified
Commit
51a2cb9e
authored
Aug 27, 2017
by
Stefan Scherer
Browse files
Install Docker 17.06.1-ce
parent
7bb40033
Changes
1
Show whitespace changes
Inline
Side-by-side
scripts/docker/10/install-docker.ps1
View file @
51a2cb9e
Set-ExecutionPolicy
Bypass
-scope
Process
New-Item
-Type
Directory
-Path
"
$(
$
env
:
ProgramFiles
)
\docker"
Write-Host
"Downloading docker ..."
wget
-outfile
$
env
:
TEMP
\docker.zip
"https://download.docker.com/win/static/edge/x86_64/docker-17.06.
0
-ce.zip"
wget
-outfile
$
env
:
TEMP
\docker.zip
"https://download.docker.com/win/static/edge/x86_64/docker-17.06.
1
-ce.zip"
Expand-Archive
-Path
$
env
:
TEMP
\docker.zip
-DestinationPath
$
env
:
TEMP
-Force
copy
$
env
:
TEMP
\docker\
*.
exe
$
env
:
ProgramFiles
\docker
Remove-Item
$
env
:
TEMP
\docker.zip
...
...
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