Sign inSign up

wongnai/grpcui

By wongnai

Updated almost 5 years ago

Docker Image for https://github.com/fullstorydev/grpcui

Image
4

100K+

wongnai/grpcui repository overview

Docker Image for grpcui

Docker image for https://github.com/fullstorydev/grpcui

Running a Container

To run a container, you need to set GRPCUI_SERVER to your grpc server (host:port). You should also enable reflection proto service in your grpc server so the grpc-ui can read available services/methods.

docker run -eGRPCUI_SERVER=172.17.0.1:8980 -p8080:8080 wongnai/grpcui

Environment Variables

VariableDescriptionDefault Value
GRPCUI_PORTgrpc-ui server port8080
GRPCUI_SERVERgrpc server host and port in host:port format

Tag summary

Content type

Image

Digest

Size

13.3 MB

Last updated

almost 7 years ago

docker pull wongnai/grpcui