Skip to content

MoimHossain/netcore-grpc-docker-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

netcore-grpc-docker-demo

A sample app that demostrates the gRPC on container

Build it

Do a nuget restore, make sure all the packages are downloaded.

Then use the PowerShell file ProtoGen.ps1 to generate C# classes for Protocol buffer schema classes.

Now you should be able to compile and build.

Container

You can build the linux container using the below command:

docker build -f .\LinuxDockerfile -t moimhossain/linux-netcore-console-app .

Now you have the container, so you can run it as:

docker run --network host -it moimhossain/linux-netcore-console-app

About

A sample app that demostrates the gRPC on container

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published