Last active
April 13, 2018 09:46
-
-
Save judavi/2394c5b0a64f93796650a3db98f4f55b to your computer and use it in GitHub Desktop.
Start Openshift in a Container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
oc new-build https://github.com/judavi/docker-pipeseroni | |
oc new-build https://github.com/judavi/OpenshiftPlayground/ | |
./oc start-build openshiftplayground --build-arg foo=leemon | |
oc edit buildconfigs/docker-pipeseroni |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -it --entrypoint /bin/bash -v /var/run/docker.sock:/var/run/docker.sock openshift/origin | |
Then inside the container | |
oc cluster up --skip-registry-check=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment