We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1de5e1f commit 8f4c240Copy full SHA for 8f4c240
scripts/fix-service-fabric-docker.ps1
@@ -12,16 +12,4 @@ if ($dd) {
12
Stop-Process $dd -Force
13
}
14
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
+Write-Host "Docker stopped" -ForegroundColor Green
0 commit comments