https://github.com/shubhamranjan/dotnet-grpc-alpine-sample
A dotnet grpc server sample to run on alpine docker image with http2 without ssl
https://github.com/shubhamranjan/dotnet-grpc-alpine-sample
alpine aspnetcore dotnet grpc grpc-service
Last synced: 3 months ago
JSON representation
A dotnet grpc server sample to run on alpine docker image with http2 without ssl
- Host: GitHub
- URL: https://github.com/shubhamranjan/dotnet-grpc-alpine-sample
- Owner: shubhamranjan
- Created: 2022-01-20T20:52:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-20T20:53:42.000Z (over 3 years ago)
- Last Synced: 2025-04-05T14:29:13.385Z (6 months ago)
- Topics: alpine, aspnetcore, dotnet, grpc, grpc-service
- Language: C#
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Building and running the container
```
docker build --tag grpctest -f ./grpcsample/Dockerfile .
docker run --name grpctest -p 5001:5001 -d grpctest
```