A Container Storage Interface (CSI) library, client, and other helpful utilities created with Go for OPI
This project welcomes contributions and suggestions. We are happy to have the Community involved via submission of Issues and Pull Requests (with substantive content or even just fixes). We are hoping for the documents, test framework, etc. to become a community process with active engagement. PRs can be reviewed by any number of people, and a maintainer may accept.
See CONTRIBUTING and GitHub Basic Process for more details.
There are several ways of running this CLI.
docker pull opiproject/godpu:<version>
You can specify a version like 0.1.1
or use latest
to get the most up-to-date version.
Run latest version of the CLI in a container:
docker run --rm opiproject/godpu:latest --help
Replace --help
with any godpu
command, without godpu
itself.
go install -v github.com/opiproject/godpu@latest
or import
import (
"github.com/opiproject/godpu"
)