Skip to content

Files

Latest commit

2d822f1 · Apr 18, 2019

History

History
This branch is 25 commits ahead of, 1184 commits behind grpc/grpc-swift:main.

Docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 20, 2018
Apr 18, 2019

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