Browse code

update instructions to redirect logs to a file

Ben Parees authored on 2014/09/23 02:54:43
Showing 1 changed files
... ...
@@ -16,7 +16,7 @@ All commands assume the `openshift` binary is in your path:
16 16
 
17 17
 1. Launch `openshift`
18 18
 
19
-        $ DOCKER_REGISTRY=localhost:5000 openshift start --listenAddr="0.0.0.0:8080"
19
+        $ DOCKER_REGISTRY=localhost:5000 $openshift start --listenAddr="0.0.0.0:8080" &> logs/openshift.log &
20 20
 
21 21
 2. Deploy the private docker registry within OpenShift:
22 22