dotnet / dotnet-docker-nightly

This repository has moved to the nightly branch of dotnet/dotnet-docker.
https://github.com/dotnet/dotnet-docker/tree/nightly
MIT License
35 stars 30 forks source link

Ensure volumes get cleaned up and test data refactor #509

Closed MichaelSimons closed 6 years ago

MichaelSimons commented 6 years ago
  1. The logic to cleanup Docker volumes was failing. A change was required to correctly check if the volume existed or not.
  2. I refactored how the test data is declared slightly to hopefully make it easier to maintain going forward.