Skip to content

Commit 162f318

Browse files
committed
openshift-s2i#1 adding README usage notes
1 parent 959afc1 commit 162f318

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: README.md

+11
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@ Versions
2121

2222
Installation
2323
---------------
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+
--------------------------------
2435
To build a Node.JS image:
2536
* **CentOS based image**
2637

0 commit comments

Comments
 (0)