Skip to content

juaruipav/grpc-go-docker-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

GRPC-GO-DOCKER-HELLOWORLD

The objective of this repository is quite simple: to recreate the examples from here in a docker environment running in localhost.

Just execute the following commands:

Run the server:

$ cd server 
$ docker build . -t grpc-demo/server
$ docker run --net=host -it grpc-demo/server 

Run the client:

$ cd client 
$ docker build . -t grpc-demo/client
$ docker run --net=host -it grpc-demo/client 

About

Dockerized version of the helloworld example from grpc-go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published