
#!/bin/sh

cat <<EOF
This is a S2I fedora base image:
To use it, install S2I: https://github.com/openshift/source-to-image
Sample invocation:
s2i build https://github.com/container-images/perl.git --context-dir=test/sample-test-app/ perl-524 perl-sample-app
You can then run the resulting image via:
docker run -p 8080:8080 perl-sample-app
EOF