We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0033ae commit e7b65abCopy full SHA for e7b65ab
README.md
@@ -9,7 +9,7 @@ Cloud Run API Emulator provides application developers with a locally-running, e
9
Run cloud-run-api-emulator by using docker like below:
10
11
```
12
-$ docker run --publish 8000:8000 --detach ghcr.io/kauche/cloud-run-api-emulator:0.0.1
+$ docker run --publish 8000:8000 --detach ghcr.io/kauche/cloud-run-api-emulator:0.0.2
13
14
15
And then, you can use the emulator through a gRPC client like below:
0 commit comments