Skip to content

Commit 26f3544

Browse files
ecordelltimflannagan
authored andcommitted
Add details for starting a local server to README
Fixes openshift#177 Upstream-repository: operator-registry Upstream-commit: bbb82488ce3116d01ca9894729becc7af8eda9c6
1 parent 13c7ffb commit 26f3544

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

staging/operator-registry/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,13 @@ spec:
148148

149149
# Using the catalog locally
150150

151-
[grpcurl](https://github.com/fullstorydev/grpcurl) is a useful tool for interacting with the example catalog server.
151+
After starting a catalog locally:
152+
153+
```sh
154+
$ docker run --rm -p 50051:50051 <index image>
155+
```
156+
157+
[grpcurl](https://github.com/fullstorydev/grpcurl) is a useful tool for interacting with the api:
152158

153159
```sh
154160
$ grpcurl -plaintext localhost:50051 list api.Registry

0 commit comments

Comments
 (0)