Rhc is a little binary really usefull when you work with openshift. You can find more information here
Unfortunately, it is difficult to install a fully functionnal rhc on windows.
docker create -v /root/.openshift -v /root/.ssh --name rhc-data debian:jessie /bin/true # Just for the first run. To create the container who store configuration.
docker run --rm -it --volumes-from rhc-data ecarre/rhc-install bash
You should want store more data like git to update your local git of your application. In this case, you should create an data container.
Content type
Image
Digest
sha256:683b83e33…
Size
119.5 MB
Last updated
over 10 years ago
docker pull ecarre/rhc-install