Skip to content

Commit 8f4c240

Browse files
Update fix-service-fabric-docker.ps1
1 parent 1de5e1f commit 8f4c240

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

scripts/fix-service-fabric-docker.ps1

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,4 @@ if ($dd) {
1212
Stop-Process $dd -Force
1313
}
1414

15-
# Remove-Path "C:\Program Files\Docker\Docker\resources\bin"
16-
17-
Write-Host "Downloading Docker CE daemon"
18-
19-
$destPath = "C:\Program Files\Docker\DockerCE"
20-
$zipPath = "$env:TEMP\docker-ce.zip"
21-
(New-Object Net.WebClient).DownloadFile('https://download.docker.com/win/static/stable/x86_64/docker-17.09.0-ce.zip', $zipPath)
22-
7z x $zipPath -o"$destPath" | Out-Null
23-
del $zipPath
24-
25-
Add-Path "$destPath\docker"
26-
27-
Write-Host "Docker CE installed" -ForegroundColor Green
15+
Write-Host "Docker stopped" -ForegroundColor Green

0 commit comments

Comments
 (0)