#!/bin/bash -e
cat <<EOF
This is the dpdk-centos7 S2I image:
To use it, install S2I: https://github.com/openshift/source-to-image

Sample invocation:

s2i build <source code path/URL> dpdk-centos7 <application image>

You can then run the resulting image via:
docker run <application image>
EOF
