Sign inSign up

ebits/openshift-client

By ebits

Updated almost 8 years ago

A 🐳 Docker image for the oc command line tool, used to control Openshift based on alpine.

Image
5

10M+

ebits/openshift-client repository overview

OpenShift Client Tools - Docker Image

Summary

  • A :whale: Docker image for the oc command line tool, used to control Openshift based on alpine.

To build the Docker image

  • Build the image using docker
$ docker build -t openshift-client .
  • Run the container
$ docker run --rm -it openshift-client oc version
  • Optionally add an alias to your local profile so you can run the container as a cli (you may also want to mount kube config or pass env vars...)
$ alias oc='docker run --rm -it openshift-client oc'
$ oc version

Alternatively, you can use the Docker Hub automated build

$ docker pull ebits/openshift-client

Contributing

File issues in GitHub to report bugs or issue a pull request to contribute.

Tag summary

Content type

Image

Digest

Size

86.5 MB

Last updated

almost 8 years ago

docker pull ebits/openshift-client