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, 0 insertions, 12 deletions
diff --git a/s2i/bin/usage b/s2i/bin/usage
deleted file mode 100755
index 9ca2b10..0000000
--- a/s2i/bin/usage
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash -e
-cat <<EOF
-This is the kraxel/s2i-virtio-spec S2I image:
-To use it, install S2I: https://github.com/openshift/source-to-image
-
-Sample invocation:
-
-s2i build <source code path/URL> kraxel/s2i-virtio-spec <application image>
-
-You can then run the resulting image via:
-docker run <application image>
-EOF