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