perl/s2i/bin/usage
Jan Koscielniak 4a9981e94a Initial commit
2017-04-24 16:39:39 +02:00

11 lines
No EOL
344 B
Text
Executable file

#!/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