Pierre Massat 4904e4567f Update protoc compiler in Docker image and make it smaller vor 7 Jahren
..
Dockerfile 4904e4567f Update protoc compiler in Docker image and make it smaller vor 7 Jahren
README.md f317d11f7b Add Dockerfile for a customized Swift gRPC image. vor 9 Jahren

README.md

Swift gRPC Base Image

Use the Dockerfile in this directory to build a Docker image that's preloaded with the Swift gRPC plugin and related tools.

Build with the following command:

docker build -t grpc/swift .

The following commands push the image to Google Container Registry.

docker tag grpc/swift gcr.io/swift-services/grpc
gcloud docker -- push gcr.io/swift-services/grpc