repo2docker/s2i-builders/conda/s2i/bin/usage

13 wiersze
319 B
Bash
Executable File

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