Clone this repo and then use these commands.
- context: demo_simple_communication
Build docker image
docker build -t simple_server_app -f docker/Dockerfile .
Run the docker image
docker run simple_server_app
- context: demo_simple_communication Build docker image
docker build -t grpc_client_app -f docker/Dockerfile-client .
Run the docker image
docker run grpc_client_app
- context: demo_simple_communication
docker-compose up