summaryrefslogtreecommitdiffstats
path: root/examples/docker/create_image.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/docker/create_image.sh')
-rwxr-xr-xexamples/docker/create_image.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/docker/create_image.sh b/examples/docker/create_image.sh
new file mode 100755
index 000000000..e00a48cd6
--- /dev/null
+++ b/examples/docker/create_image.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+# Build docker image with vpp and hc2vpp installed
+docker build -t hc2vpp -f Dockerfile .