Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hirofumi/docker-grpc-gateway-swagger-ui
Swagger UI for .proto files
https://github.com/hirofumi/docker-grpc-gateway-swagger-ui
docker grpc-gateway swagger-ui
Last synced: about 1 month ago
JSON representation
Swagger UI for .proto files
- Host: GitHub
- URL: https://github.com/hirofumi/docker-grpc-gateway-swagger-ui
- Owner: hirofumi
- Created: 2020-05-25T15:13:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T03:54:24.000Z (3 months ago)
- Last Synced: 2024-11-06T01:12:31.293Z (3 months ago)
- Topics: docker, grpc-gateway, swagger-ui
- Language: Go
- Homepage: https://hub.docker.com/r/hiro/grpc-gateway-swagger-ui
- Size: 175 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-grpc-gateway-swagger-ui
## Usage
```
$ git clone --depth=1 -b v1.14.6 https://github.com/grpc-ecosystem/grpc-gateway.git
$ PROTO_DIR=$PWD/grpc-gateway/examples/internal/helloworld
$ docker run -p 3000:3000 -v"$PROTO_DIR:/proto:ro" --rm -it hiro/grpc-gateway-swagger-ui
``````
$ open http://localhost:3000
```