Added licenses
This commit is contained in:
7
integrations/docker/docker_demo/README.md
Normal file
7
integrations/docker/docker_demo/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
Simple Docker Demo
|
||||
====
|
||||
|
||||
- Type `make docker_demo` to build an image with the SDK pre-installed and a test image to serve as a monitor
|
||||
- From this local directory, start both containers with `./start.sh`
|
||||
|
||||
Results of the test can be found in `_results`
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user