Skip to content

Instantly share code, notes, and snippets.

@goern
Created January 6, 2017 08:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goern/119061fc8dcf2b296963da1ff98e5757 to your computer and use it in GitHub Desktop.
Save goern/119061fc8dcf2b296963da1ff98e5757 to your computer and use it in GitHub Desktop.
# DISCLAIMER docker-machine on OSX is not my friend
VBoxManage unregistervm openshift --delete
rm -rf $HOME/.docker/machine/
docker-machine create --driver virtualbox --engine-opt="--insecure-registry 172.30.0.0/16" openshift
eval $(docker-machine env openshift)
oc cluster up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment