diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-03-05 14:43:15 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-03-05 14:43:15 +0100 |
commit | 1de68a1e35d3ed1aca37ef2ef25952b7cfa8fa50 (patch) | |
tree | 38a3bad8e63e162c5a3484313c050a56453df473 /README.md | |
download | s2i-sphinx-1de68a1e35d3ed1aca37ef2ef25952b7cfa8fa50.tar.gz |
initial commit
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 +``` + |