https://github.com/goern/openshiftclienttools
This is a Fedora 22 based OpenShift Client tools, known as rhc, container image.
https://github.com/goern/openshiftclienttools
Last synced: over 1 year ago
JSON representation
This is a Fedora 22 based OpenShift Client tools, known as rhc, container image.
- Host: GitHub
- URL: https://github.com/goern/openshiftclienttools
- Owner: goern
- Created: 2015-08-04T21:08:05.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-04T21:26:48.000Z (almost 11 years ago)
- Last Synced: 2025-02-02T08:44:20.908Z (over 1 year ago)
- Language: Shell
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.asciidoc
Awesome Lists containing this project
README
= rhc:latest
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!
= Prerequisites
A host running docker, I prefere Fedora 22 on my laptop.
= Installation
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`
= Usage
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
Copyright (C) 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 .
The GNU Lesser General Public License is provided within the file
lgpl-3.0.txt.