This is a Fedora 22 based OpenShift Client tools, known as rhc, container image. It’s best used if you use some volumes with it.
It also includes Ruby on Rails 4.2, but no docs!
A host running docker, I prefere Fedora 22 on my laptop.
Simple install the rhc container image from hub.docker.com by docker
pull b4mad/rhc
Please create a few directories, they will carry tokens, credentials
and the source itself: mkdir -p $HOME/.rhc/git $HOME/.rhc/openshift
$HOME/.rhc/ssh $HOME/workspace/rhc
Run a container using docker run --rm -ti -p 3000 -v
$HOME/.rhc/git:/root/.git -v $HOME/workspace/rhc:/root/src -v
/home/goern/.rhc/openshift:/root/.openshift -v
/home/goern/.rhc/ssh:/root/.ssh rhc /bin/bash, this will bind a few
volumes, expose a port and run a bash so you can work…
Copyright © 2015 Christoph Görn
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.
The GNU Lesser General Public License is provided within the file lgpl-3.0.txt.