crcresearch / smartcontainers

Smart Containers to track Provenance in a Docker ecosystem
http://daspos.org
Apache License 2.0
5 stars 3 forks source link

Sanity Check Container and Image management in tests #29

Open charlesvardeman opened 8 years ago

charlesvardeman commented 8 years ago

We need to look at the container and image management in unit tests. Cleanup functions are spread through the code right now, which is not maintainable. The existing cleanup code fails if a container using the image is in use. We need to track both images and containers for cleanup.