Add Jenkins agent to TestON container and cleanup

Change-Id: Iae00161077c28ba86a075eb21677cb10d97de548
diff --git a/TestON/docker/docker-compose.yaml b/TestON/docker/docker-compose.yaml
new file mode 100644
index 0000000..1429737
--- /dev/null
+++ b/TestON/docker/docker-compose.yaml
@@ -0,0 +1,7 @@
+services:
+  teston-node:
+    image: teston
+    volumes:
+      - type: bind
+        source: "../"
+        target: "/home/jenkins/teston"