aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-09-06 11:55:40 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-09-06 11:55:40 +0200
commit684a7f97fba28fa2c6d8a4f0e0994d86a418ad1e (patch)
treeb2a20a01c68fe5ad0949a87640d7710bd171773b /README.md
parent0b8b4945020cb6cada87f6cb46d53d970a4bd9a4 (diff)
downloads2i-jekyll-684a7f97fba28fa2c6d8a4f0e0994d86a418ad1e.tar.gz
add openshiff note
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4556756..ccb4b17 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,12 @@
-# s2i builder for jekyll sites.
+# s2i builder for jekyll sites
+
+## Deploy in openshift
+
+```
+oc new-app kraxel/s2i-jekyll~git://some.host/your/repo/.git
+```
+
+## Work with the builder image sources
### Create the builder image
The following command will create a builder image named kraxel/s2i-jekyll based on the Dockerfile that was created previously.