File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,17 +8,6 @@ environment:
88 secure : 4gsl5WiqIztEWhL5fuhp9X0qT/mKg9fYzKYUUPf5WStIuNddv0fvIKGmvvyuFzzd
99install :
1010 - docker version
11- # the official way to update to Docker 1.13.1 CS
12- # - ps: Install-Package -Name docker -ProviderName DockerMsftProvider -Verbose -Update -Force
13- # - ps: Start-Service docker
14- # the faster way to update to Docker 1.13.1 CS
15- - ps : >-
16- $ProgressPreference = 'SilentlyContinue';
17- Invoke-WebRequest -Outfile $env:TEMP\docker-1.13.1.zip https://dockermsft.blob.core.windows.net/dockercontainer/docker-1-13-1.zip -UseBasicParsing;
18- Stop-Service docker;
19- Expand-Archive $env:TEMP\docker-1.13.1.zip -DestinationPath $env:ProgramFiles -Force;
20- Start-Service docker
21- - docker version
2211
2312build_script :
2413 - ps : .\build.ps1
You can’t perform that action at this time.
0 commit comments