summaryrefslogtreecommitdiffstats
path: root/docker/honeycomb
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-11-24 14:24:53 +0100
committerMarek Gradzki <mgradzki@cisco.com>2017-11-27 07:22:42 +0100
commitfc838c481e6f588906f6282ee1891b4b98ab1779 (patch)
treec6f4e6854c500692ad08d85f6b9c259d2e8736df /docker/honeycomb
parent8f481756073847efaa6f54c6482b3850b3cd7535 (diff)
Various scripts for creating and connecting hc2vpp docker containers
Change-Id: I755a23ba279a84600edfa2ddef89c2fe645c7945 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'docker/honeycomb')
-rwxr-xr-xdocker/honeycomb/kill.sh3
-rwxr-xr-xdocker/honeycomb/start.sh4
2 files changed, 7 insertions, 0 deletions
diff --git a/docker/honeycomb/kill.sh b/docker/honeycomb/kill.sh
new file mode 100755
index 000000000..5d6d40bcb
--- /dev/null
+++ b/docker/honeycomb/kill.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+/opt/honeycomb/honeycomb-kill
diff --git a/docker/honeycomb/start.sh b/docker/honeycomb/start.sh
new file mode 100755
index 000000000..3aca79dd8
--- /dev/null
+++ b/docker/honeycomb/start.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+# Start honeycomb in background
+/opt/honeycomb/honeycomb-start