https://github.com/zoltan-nz/python-with-gcloud
Python docker image with gcloud
https://github.com/zoltan-nz/python-with-gcloud
Last synced: 3 months ago
JSON representation
Python docker image with gcloud
- Host: GitHub
- URL: https://github.com/zoltan-nz/python-with-gcloud
- Owner: zoltan-nz
- Created: 2019-07-16T12:49:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-04T05:41:15.000Z (about 4 years ago)
- Last Synced: 2025-01-22T02:46:10.341Z (9 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Debian slim image with Python 3.8.2 and Google Cloud CLI for gitlab-runner
Build & push
```bash
$ docker login --username=zoltannz
$ docker build -t zoltannz/python-with-gcloud:latest .
$ docker push zoltannz/python-with-gcloud:latest
```Docker is also installed in this image. If you need Docker inside docker:
```
docker run -it -v /var/run/docker.sock:/var/run/docker.sock zoltannz/python-with-gcloud:latest /bin/bash
```