diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e728fd9 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# s2i builder for sphinx documentation + +Source: [https://github.com/kraxel/s2i-sphinx](https://github.com/kraxel/s2i-sphinx) + +Image: kraxel/s2i-sphinx @ docker.io registry + +## Deploy in openshift + +``` +oc new-app kraxel/s2i-sphinx~git://some.host/path/to/linux/kernel/source/repo.git +``` + |