Docker container with OCI CLI pre-installed to run the CLI in an isolated environment.
$ docker run -it -v ${HOME}/.oci:/root/.oci jpoon/oci-cli -h
or, override the entrypoint and run Bash in the container
$ docker run --rm -it -v ${HOME}/.oci:/root/.oci --entrypoint bash jpoon/oci-cli