Sign inSign up

danielwhatmuff/openshift-oc-docker

By danielwhatmuff

Updated over 10 years ago

Dockerized OpenShift oc CLI tool.

Image
1

7.6K

danielwhatmuff/openshift-oc-docker repository overview

Openshift command line tool for interacting with Openshift 3

Summary

Requirements

To build the Docker image

  • Build the image using docker
$ docker build -t openshift-oc-docker .
  • Run the container
$ docker run -ti --rm openshift-oc-docker 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 -ti openshift-oc-docker oc'
$ oc version

Alternatively, you can use the Docker Hub automated build

$ docker pull danielwhatmuff/openshift-oc-docker
Contributing

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

Tag summary

Content type

Image

Digest

Size

60.3 MB

Last updated

over 10 years ago

docker pull danielwhatmuff/openshift-oc-docker