Skip to content

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

License

Notifications You must be signed in to change notification settings

devsu/gcloud-sdk-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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 at Devsu

MIT License

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published