https://github.com/jyane/grpc_cli-docker
https://github.com/jyane/grpc_cli-docker
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jyane/grpc_cli-docker
- Owner: jyane
- Created: 2017-11-22T17:16:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-01T15:12:45.000Z (about 6 years ago)
- Last Synced: 2025-01-25T21:56:03.799Z (3 months ago)
- Language: Dockerfile
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grpc_cli on Docker
grpc_cli is a [gRPC Comman Line Tool](https://github.com/grpc/grpc/blob/v1.7.2/doc/command_line_tool.md)
## Usage
``` sh
docker build . -t grpc_cli
docker run grpc_cli
```### Use on GCCB (Google Cloud Container Builder)
``` sh
# build by GCCBgcloud container builds submit --config cloudbuild.yaml .
gcloud docker -- pull gcr.io/${PROJECT_ID}/grpc_cli
docker run gcr.io/${PROJECT_ID}/grpc_cli# Now you can get grpc_cli on GCCB
```