Skip to content

Commit

Permalink
Merge pull request #154 from StefanScherer/cleanup-docker
Browse files Browse the repository at this point in the history
Cleanup docker temp folder
  • Loading branch information
StefanScherer authored Jan 6, 2019
2 parents 83417c6 + 75175e3 commit 736a4ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/docker/install-docker.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ if ($docker_provider -eq "ce") {
Expand-Archive -Path $env:TEMP\docker.zip -DestinationPath $env:TEMP -Force
copy $env:TEMP\docker\*.* $env:ProgramFiles\docker
Remove-Item $env:TEMP\docker.zip
Remove-Item -Recurse $env:TEMP\docker
[Environment]::SetEnvironmentVariable("Path", $env:Path + ";$($env:ProgramFiles)\docker", [EnvironmentVariableTarget]::Machine)
$env:Path = $env:Path + ";$($env:ProgramFiles)\docker"
Write-Output "Registering docker service ..."
Expand Down

0 comments on commit 736a4ae

Please sign in to comment.