From 3208c8a1ec63ddb38ceeef91af321fa2151a2644 Mon Sep 17 00:00:00 2001 From: Michael Penick Date: Fri, 6 May 2022 10:58:09 -0400 Subject: [PATCH] Update README for v0.1.3 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cdcdce4..78361ab 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ To pass configuration to `cql-proxy`, either command-line flags, environment var ```sh docker run -p 9042:9042 \ - --rm datastax/cql-proxy:v0.1.2 \ + --rm datastax/cql-proxy:v0.1.3 \ --astra-token --astra-database-id ``` @@ -88,7 +88,7 @@ docker run -p 9042:9042 \ ```sh docker run -p 9042:9042 \ - --rm datastax/cql-proxy:v0.1.2 \ + --rm datastax/cql-proxy:v0.1.3 \ -e ASTRA_TOKEN= -e ASTRA_DATABASE_ID= ``` @@ -195,7 +195,7 @@ There are three methods for using `cql-proxy`: ```sh docker run -p 9042:9042 \ - datastax/cql-proxy:v0.1.2 \ + datastax/cql-proxy:v0.1.3 \ --astra-token --astra-database-id ``` @@ -203,17 +203,17 @@ There are three methods for using `cql-proxy`: ```sh docker run -v :/tmp/scb.zip -p 9042:9042 \ - --rm datastax/cql-proxy:v0.1.2 \ + --rm datastax/cql-proxy:v0.1.3 \ --astra-bundle /tmp/scb.zip --username --password ``` - [Apache Cassandra][cassandra] cluster: ```sh docker run -p 9042:9042 \ - datastax/cql-proxy:v0.1.2 \ + datastax/cql-proxy:v0.1.3 \ --contact-points [--username ] [--password ] ``` - If you wish to have the docker image removed after you are done with it, add `--rm` before the image name `datastax/cql-proxy:v0.1.2`. + If you wish to have the docker image removed after you are done with it, add `--rm` before the image name `datastax/cql-proxy:v0.1.3`. ### Use Kubernetes