infinispan/cli

By infinispan

Updated about 1 month ago

Infinispan is an open source data grid platform and highly scalable NoSQL cloud data store.

Image
0

7.6K

docker run -it infinispan/cli

The image's endpoint is the CLI binary, so it's possible to pass the usual CLI args straight to the image. For example:

docker run -it infinispan/cli --connect http://<server-url>:11222

You can find complete documentation for the CLI, in our CLI User Guide.

Docker Pull Command

docker pull infinispan/cli