aboutsummaryrefslogtreecommitdiffstats
path: root/s2i/bin/usage
diff options
context:
space:
mode:
Diffstat (limited to 's2i/bin/usage')
-rwxr-xr-xs2i/bin/usage12
1 files changed, 12 insertions, 0 deletions
diff --git a/s2i/bin/usage b/s2i/bin/usage
new file mode 100755
index 0000000..831f690
--- /dev/null
+++ b/s2i/bin/usage
@@ -0,0 +1,12 @@
+#!/bin/bash -e
+cat <<EOF
+This is the kraxel/s2i-jekyll S2I image:
+To use it, install S2I: https://github.com/openshift/source-to-image
+
+Sample invocation:
+
+s2i build <source code path/URL> kraxel/s2i-jekyll <application image>
+
+You can then run the resulting image via:
+docker run <application image>
+EOF