Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

3 Commits

Repository files navigation

docker-grpc-proxy

A ready to use, lightweight, configurable grpc proxy.

Usage

  • Create your config.json file, following the documentation of grpc-proxy.
  • Then execute:
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 at Devsu.

About

A ready to use, lightweight, configurable grpc proxy.

Topics

Resources

Stars

3 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors