Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 371 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 371 Bytes

oci-cli-docker

Docker container with OCI CLI pre-installed to run the CLI in an isolated environment.

Usage

$ 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