Skip to content

Commit

Permalink
update instructions to redirect logs to a file
Browse files Browse the repository at this point in the history
  • Loading branch information
bparees committed Sep 22, 2014
1 parent 7a35fe8 commit fddf0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple-ruby-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ All commands assume the `openshift` binary is in your path:

1. Launch `openshift`

$ DOCKER_REGISTRY=localhost:5000 openshift start --listenAddr="0.0.0.0:8080"
$ DOCKER_REGISTRY=localhost:5000 $openshift start --listenAddr="0.0.0.0:8080" &> logs/openshift.log &

2. Deploy the private docker registry within OpenShift:

Expand Down

0 comments on commit fddf0f9

Please sign in to comment.