Ubuntu based image with Openshift cli v.1.5.1 installed.
10K+
OpenShift Origin is a distribution of Kubernetes optimized for continuous application development and multi-tenant deployment. OpenShift adds developer and operations-centric tools on top of Kubernetes to enable rapid application development, easy deployment and scaling, and long-term lifecycle maintenance for small and large teams.
Features:
Learn More:
For questions or feedback, reach us on IRC on #openshift-dev on Freenode or post to our mailing list.
If you have downloaded the client tools from the releases page, place the included binaries in your PATH.
oc cluster up to get started immediately. Try it out now!OpenShift builds a developer-centric workflow around Docker containers and Kubernetes runtime concepts. An Image Stream lets you easily tag, import, and publish Docker images from the integrated registry. A Build Config allows you to launch Docker builds, build directly from source code, or trigger Jenkins Pipeline jobs whenever an image stream tag is updated. A Deployment Config allows you to redeploy whenever a new image becomes available. Routes make it trivial to expose your Kubernetes services via a public DNS name. As an administrator, you can enable your developers to request new Projects which come with predefined roles, quotas, and security controls to fairly divide access.
For more on the underlying concepts of OpenShift, please see the documentation site.
Run docker build to create an image.
$ [sudo] docker build -t openshift-cli .
You can run oc client inside a docker container:
$ [sudo] docker run -it openshift-cli /bin/sh
$# oc login https://my-master-openshift.io
If you pulled image from Dockerhub:
$ docker pull softplan/docker-openshift-cli
$ docker run -it softplan/docker-openshift-cli
Content type
Image
Digest
Size
115.5 MB
Last updated
about 9 years ago
docker pull softplan/docker-openshift-cli