https://github.com/devsu/docker-grpc-proxy
A ready to use, lightweight, configurable grpc proxy.
https://github.com/devsu/docker-grpc-proxy
docker grpc proxy
Last synced: 7 months ago
JSON representation
A ready to use, lightweight, configurable grpc proxy.
- Host: GitHub
- URL: https://github.com/devsu/docker-grpc-proxy
- Owner: devsu
- License: mit
- Created: 2017-05-12T20:03:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-23T03:49:29.000Z (almost 9 years ago)
- Last Synced: 2025-07-25T06:27:18.747Z (8 months ago)
- Topics: docker, grpc, proxy
- Size: 1.95 KB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-grpc-proxy
A ready to use, lightweight, configurable grpc proxy.
## Usage
- Create your `config.json` file, following the documentation of [grpc-proxy](https://github.com/devsu/grpc-proxy).
- Then execute:
```bash
docker run --name my-grpc-proxy \
-p 50051:50051 \
-v $PWD:/opt/grpc-proxy \
devsu/grpc-proxy
```
You can place the needed certificates and keys on the same folder as well.
## License and Credits
MIT License. Copyright 2017
Built by the [Docker experts](https://devsu.com) at Devsu.