mirror of
https://github.com/nealey/core-env
synced 2025-01-13 18:34:50 -07:00
Wow, google really messed up their gcloud alias
This commit is contained in:
parent
0902fbd2fd
commit
f7f6e3c41a
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ gcloud () {
|
|||
--rm \
|
||||
-it \
|
||||
--net=host \
|
||||
-v $HOME/.config:/.config \
|
||||
-v $HOME/.config:/root/.config \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
-v /usr/bin/docker:/usr/bin/docker:ro \
|
||||
google/cloud-sdk gcloud "$@"
|
||||
|
|
Loading…
Reference in a new issue