docker test update + makefile update

This commit is contained in:
Joseph Henry
2016-07-07 03:00:11 -05:00
parent eb397a68c4
commit 196b487d95
14 changed files with 285 additions and 84 deletions

View File

@@ -0,0 +1,3 @@
docker stop $(docker ps -a -q)
docker rm $test_container
docker rm $monitor_container