Michael Rebello 2d822f1685 Update SwiftProtobuf to 1.5.0 (#440) 6 лет назад
..
Dockerfile c3a03f1baf Add libnghttp2 depdendency to Docker image (#338) (#344) 7 лет назад
README.md 2d822f1685 Update SwiftProtobuf to 1.5.0 (#440) 6 лет назад

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