We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8b11f commit a0d82aaCopy full SHA for a0d82aa
README.md
@@ -27,10 +27,11 @@ required environment vars:
27
## docker
28
29
```
30
+docker pull democraticcsi/csi-grpc-proxy
31
docker run --rm -d \
32
-e BIND_TO=unix:///csi-data/csi.sock \
33
-e PROXY_TO=unix:///tmp/csi.sock \
- democraticcsi/csi-grpc-poxy
34
+ democraticcsi/csi-grpc-proxy
35
36
37
# development
@@ -48,7 +49,6 @@ CGO_ENABLED=0 go build
48
49
go tool dist list
50
GOOS=linux GOARCH=arm64 go build -o csi-grpc-proxy
51
-
52
# upgrade go version
53
go mod edit -go 1.18
54
# edit Dockerfile as appropriate
0 commit comments