blob: e728fd930a6350d168f1c1b43fe18120093608ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
```
|