An open API service indexing awesome lists of open source software.

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

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
```