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
- Host: GitHub
- URL: https://github.com/devsu/gcloud-sdk-docker
- Owner: devsu
- License: mit
- Created: 2017-08-16T21:26:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-17T20:33:36.000Z (over 8 years ago)
- Last Synced: 2025-05-07T04:38:04.605Z (11 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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