cisco-ie / pipeline-gnmi

A Model-Driven Telemetry collector based on the open-source tool pipeline
Apache License 2.0
32 stars 6 forks source link

Don't delete integration test images #45

Closed remingtonc closed 5 years ago

remingtonc commented 5 years ago

Currently integration-test container images are deleted which requires redownloading the image in the hundreds of MB. This adds stop-containers as a target which just stops the containers and removes their volumes.

Resolves #42