Image that inherits from google/cloud-sdk, and installs required libraries to run siblings dockers.
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
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).
Copyright 2017, by the Docker Experts at Devsu
MIT License