Skip to content

Commit a0d82aa

Browse files
committed
update doc with proper image names
Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
1 parent 5a8b11f commit a0d82aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ required environment vars:
2727
## docker
2828

2929
```
30+
docker pull democraticcsi/csi-grpc-proxy
3031
docker run --rm -d \
3132
-e BIND_TO=unix:///csi-data/csi.sock \
3233
-e PROXY_TO=unix:///tmp/csi.sock \
33-
democraticcsi/csi-grpc-poxy
34+
democraticcsi/csi-grpc-proxy
3435
```
3536

3637
# development
@@ -48,7 +49,6 @@ CGO_ENABLED=0 go build
4849
go tool dist list
4950
GOOS=linux GOARCH=arm64 go build -o csi-grpc-proxy
5051
51-
5252
# upgrade go version
5353
go mod edit -go 1.18
5454
# edit Dockerfile as appropriate

0 commit comments

Comments
 (0)