A 🐳 Docker image for the oc command line tool, used to control Openshift based on alpine.
10M+
$ docker build -t openshift-client .
$ docker run --rm -it openshift-client oc version
$ alias oc='docker run --rm -it openshift-client oc'
$ oc version
$ docker pull ebits/openshift-client
File issues in GitHub to report bugs or issue a pull request to contribute.
Content type
Image
Digest
Size
86.5 MB
Last updated
almost 8 years ago
docker pull ebits/openshift-client