Added licenses

This commit is contained in:
Joseph Henry
2016-07-18 13:36:01 -07:00
parent 63b95cbae5
commit c11a6ffb04
6 changed files with 87 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# Runs test image and monitor image as daemons
test_name=${PWD##*/}
test_name="docker_demo"
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)