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

https://github.com/devsu/gcloud-sdk-docker

Image that inherits from google/cloud-sdk, and installs docker into it
https://github.com/devsu/gcloud-sdk-docker

Last synced: 24 days ago
JSON representation

Image that inherits from google/cloud-sdk, and installs docker into it

Awesome Lists containing this project

README

          

# gcloud-sdk-docker
Image that inherits from google/cloud-sdk, and installs required libraries to run siblings dockers.

## Why?

Because we need this image to run `gcloud` *and* `docker`, but when using the official gcloud image and running docker, it produces this error:

```
docker: error while loading shared libraries: libltdl.so.7: cannot open shared object file: No such file or directory
```

## Usage

```
docker run -it -v /var/run/docker.sock:/var/run/docker.sock -v $(which docker):/usr/bin/docker devsu/gcloud-sdk-docker:alpine
```

Only alpine variant is available (for now).

## License and Credits

Copyright 2017, by the [Docker Experts](https://devsu.com) at Devsu

MIT License