Relative Content

Tag Archive for c++dockergrpc

GRPC C++ Windows microservice Docker deployment

I have created simple GRPC C++ server which now has dependecy with GRPC dlls.
I am trying to learn how to containerize this GRPC server with Docker container.
Apart from base Windows docker image , how to include my dependent dlls into docker?