/docker-grpc-python3

Lightweight docker for python3 gRPC based on the Alpine Linux distribution.

Primary LanguageDockerfileMIT LicenseMIT

docker-grpc-python3

Build Status GitHub license Docker Pulls Docker Stars

Lightweight docker for python3 gRPC based on the Alpine Linux distribution.

Content

  • Docker image based on the Alpine Linux distribution
  • Python 3
  • gRPC for Python grpcio and grpcio-tools

Usage

From Docker Hub

Pull

docker pull threeheadedknight/docker-grpc-python3

In a Dockerfile

FROM threeheadedknight/docker-grpc-python3:latest

From provided Dockerfile

Build

docker build -t grpc-python3-image .

Run

docker run -ti grpc-python3-image

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

gRPC