Wow, google really messed up their gcloud alias

This commit is contained in:
Neale Pickett 2017-11-09 17:42:04 +00:00
parent 0902fbd2fd
commit f7f6e3c41a
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ gcloud () {
--rm \ --rm \
-it \ -it \
--net=host \ --net=host \
-v $HOME/.config:/.config \ -v $HOME/.config:/root/.config \
-v /var/run/docker.sock:/var/run/docker.sock \ -v /var/run/docker.sock:/var/run/docker.sock \
-v /usr/bin/docker:/usr/bin/docker:ro \ -v /usr/bin/docker:/usr/bin/docker:ro \
google/cloud-sdk gcloud "$@" google/cloud-sdk gcloud "$@"