https://github.com/andrejmaya/openshift-in-docker
run your openshift cluster inside a docker container
https://github.com/andrejmaya/openshift-in-docker
Last synced: 5 months ago
JSON representation
run your openshift cluster inside a docker container
- Host: GitHub
- URL: https://github.com/andrejmaya/openshift-in-docker
- Owner: andrejmaya
- License: mit
- Created: 2017-06-15T11:05:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-06T08:05:24.000Z (almost 9 years ago)
- Last Synced: 2025-03-02T05:27:44.639Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# openshift-in-docker
run your openshift cluster inside a docker container
# Step-by-step guide
* `docker run --privileged --name openshift-in-docker-1 -d andrejmaya/openshift-in-docker`
* `docker exec -it openshift-in-docker-1 sh`
* `oc cluster up`