removed old docker int folder

This commit is contained in:
Joseph Henry
2016-07-18 12:55:35 -07:00
parent 907ba6a3ba
commit aec98c37fb
11 changed files with 0 additions and 272 deletions

View File

@@ -1,8 +0,0 @@
#!/bin/bash
# Runs test image and monitor image as daemons
test_name=${PWD##*/}
echo 'Starting containers for: ' "$test_name"
touch "$test_name".name
test_container=$(docker run -d -it -v $PWD/_results:/opt/results --privileged --device=/dev/net/tun "$test_name":latest)
monitor_container=$(docker run -d -it -v $PWD/_results:/opt/results --privileged --device=/dev/net/tun "$test_name"_monitor:latest)