Skip to content

Instantly share code, notes, and snippets.

@DuncanDoyle
Created April 24, 2018 10:36
Show Gist options
  • Save DuncanDoyle/54165ceb25df1839ed37226d58c07876 to your computer and use it in GitHub Desktop.
Save DuncanDoyle/54165ceb25df1839ed37226d58c07876 to your computer and use it in GitHub Desktop.
#!/bin/sh
oc cluster up \
--public-hostname=127.0.0.1 \
--routing-suffix=127.0.0.1.nip.io \
--host-config-dir=/Users/ddoyle/Development/oc-cluster-config/rhdm7-qlb-loan-demo \
--host-data-dir=/Users/ddoyle/Development/oc-cluster-data/rhdm7-qlb-loan-demo \
--use-existing-config=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment