php/.s2i/bin/usage
Radoslav Pitonak d189b9f4b7 initial commit
2017-05-26 12:54:08 +02:00

12 lines
277 B
Bash
Executable file

#!/bin/bash -e
cat <<EOF
This is the php S2I image:
To use it, install S2I: https://github.com/openshift/source-to-image
Sample invocation:
s2i build <source code path/URL> php <application image>
You can then run the resulting image via:
docker run <application image>
EOF