https://github.com/jyane/unzip-docker
https://github.com/jyane/unzip-docker
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jyane/unzip-docker
- Owner: jyane
- Created: 2017-11-22T19:18:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-22T19:19:02.000Z (over 7 years ago)
- Last Synced: 2025-01-25T21:56:03.759Z (3 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# unzip on Docker
## Usage
``` sh
docker build .
docker run $@
```### 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}/unzip
```