improve Windows Docker clean slate

pull/11847/head
Steven Powell 2021-06-30 16:42:09 -07:00
parent 050b70fcbf
commit a9157c2433
1 changed files with 3 additions and 4 deletions

View File

@ -48,12 +48,11 @@ echo "Docker_Windows" | gsutil cp - "$append_tmp"
gsutil compose "$started_environments" "$append_tmp" "$started_environments"
gsutil rm "$append_tmp"
# Remove unused images and containers
docker system prune --all --force
./out/minikube-windows-amd64.exe delete --all
# Remove unused images and containers
docker system prune --all --force --volumes
./out/windows_integration_setup.ps1
docker ps -aq | ForEach -Process {docker rm -fv $_}