diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,12 +1,12 @@ -# s2i builder for linux kernel documentation +# s2i builder for virtio specification -Source: [https://github.com/kraxel/s2i-kerneldoc](https://github.com/kraxel/s2i-kerneldoc) +Source: [https://github.com/kraxel/s2i-virtio-spec](https://github.com/kraxel/s2i-virtio-spec) -Image: kraxel/s2i-kerneldoc @ docker.io registry +Image: kraxel/s2i-virtio-spec @ docker.io registry ## Deploy in openshift ``` -oc new-app kraxel/s2i-kerneldoc~git://some.host/path/to/linux/kernel/source/repo.git +oc new-app kraxel/s2i-virtio-spec~git://some.host/path/to/virtio/spec/source/repo.git ``` |