summaryrefslogtreecommitdiff
path: root/nlnet/task4/launch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nlnet/task4/launch.sh')
-rwxr-xr-xnlnet/task4/launch.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/nlnet/task4/launch.sh b/nlnet/task4/launch.sh
new file mode 100755
index 0000000..bc1508e
--- /dev/null
+++ b/nlnet/task4/launch.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+# Binds the container internal port 8080 to the host's.
+
+set -eu
+
+docker run -p 8080:8080 -it monitor