perl/s2i/bin/usage
Jan Koscielniak c4b68b0a77 Initial commit
2017-04-20 14:17:35 +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