Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 160 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 160 Bytes

go build: go build server.go

docker image: docker build -t sample-grpc .

docker run: docker run -itd --name sample-grpc -p 8888:8888 sample-grpc:latest