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
046ce384
Commit
046ce384
authored
Jan 05, 2017
by
Stefan Scherer
Committed by
GitHub
Jan 05, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update 1.13.0-rc5
parent
757a4e99
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
scripts/docker/install-docker.ps1
scripts/docker/install-docker.ps1
+3
-3
No files found.
scripts/docker/install-docker.ps1
View file @
046ce384
Set-ExecutionPolicy
Bypass
-scope
Process
New-Item
-Type
Directory
-Path
"
$(
$
env
:
ProgramFiles
)
\docker"
# wget -outfile $env:TEMP\docker-cs-1.12.zip "https://download.docker.com/components/engine/windows-server/cs-1.12/docker-1.12.2.zip"
wget
-outfile
$
env
:
TEMP
\docker-1.13.0-rc
4
.zip
"https://test.docker.com/builds/Windows/x86_64/docker-1.13.0-rc
4
.zip"
Expand-Archive
-Path
$
env
:
TEMP
\docker-1.13.0-rc
4
.zip
-DestinationPath
$
env
:
TEMP
-Force
wget
-outfile
$
env
:
TEMP
\docker-1.13.0-rc
5
.zip
"https://test.docker.com/builds/Windows/x86_64/docker-1.13.0-rc
5
.zip"
Expand-Archive
-Path
$
env
:
TEMP
\docker-1.13.0-rc
5
.zip
-DestinationPath
$
env
:
TEMP
-Force
copy
$
env
:
TEMP
\docker\
*.
exe
$
env
:
ProgramFiles
\docker
Remove-Item
$
env
:
TEMP
\docker-1.13.0-rc
4
.zip
Remove-Item
$
env
:
TEMP
\docker-1.13.0-rc
5
.zip
[
Environment
]::
SetEnvironmentVariable
(
"Path"
,
$
env
:
Path
+
";
$(
$
env
:
ProgramFiles
)
\docker"
,
[
EnvironmentVariableTarget
]::
Machine
)
$
env
:
Path
=
$
env
:
Path
+
";
$(
$
env
:
ProgramFiles
)
\docker"
.
dockerd
--register-service
-H
npipe://
-H
0.0.0.0:2375
-G
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