We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 959afc1 commit 162f318Copy full SHA for 162f318
README.md
@@ -21,6 +21,17 @@ Versions
21
22
Installation
23
---------------
24
+
25
+To install these nodejs S2I builders into your current project, making them available in the web-based OpenShift "create" workflow, run:
26
27
+ oc create -f https://raw.githubusercontent.com/ryanj/origin-s2i-nodejs/master/image-streams.json
28
29
+Administrators can make these builders available globally (visible in all projects) by adding them to the `openshift` namespace:
30
31
+ oc create -n openshift -f https://raw.githubusercontent.com/ryanj/origin-s2i-nodejs/master/image-streams.json
32
33
+Building your own Builder images
34
+--------------------------------
35
To build a Node.JS image:
36
* **CentOS based image**
37
0 commit comments