Lightweight docker for python3 gRPC based on the Alpine Linux distribution.
- Docker image based on the Alpine Linux distribution
- Python
3
- gRPC for Python
grpcio
andgrpcio-tools
docker pull threeheadedknight/docker-grpc-python3
FROM threeheadedknight/docker-grpc-python3:latest
docker build -t grpc-python3-image .
docker run -ti grpc-python3-image
This project is licensed under the MIT License - see the LICENSE.md file for details