PR # 7675 [https://github.com/openshift/origin/pull/7675] introduces a new command 'oc cluster up' that allows you to start an OpenShift all-in-one cluster with a configured registry, router and an initial set of templates and image streams. The 'oc cluster down' command will stop the cluster. The command can be run from any client platform we support (Windows, OS X, Linux). All it requires is a valid Docker connection. At it's most basic, ensure Docker commands work, like 'docker ps', download the 'oc' binary [https://github.com/openshift/origin/releases/latest] for your platform, and run:
$ oc cluster up
To stop, run
$ oc cluster down
You can read more about other options and usage in specific situations here [https://github.com/csrwng/origin/blob/1a19ebdba32376766f80d079a80782ca59a1fd55/docs/cluster_up_down.md] .
_______________________________________________
dev mailing list
[email protected]
http://lists.openshift.redhat.com/openshiftmm/listinfo/dev

Reply via email to