mirror of https://github.com/nealey/core-env
Wow, google really messed up their gcloud alias
This commit is contained in:
parent
0902fbd2fd
commit
f7f6e3c41a
|
@ -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 "$@"
|
||||||
|
|
Loading…
Reference in New Issue