k9s image move to dockerhub
This commit is contained in:
parent
6f60a95167
commit
fd1cb0cb86
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
if command-exists "docker"; then
|
if command-exists "docker"; then
|
||||||
if ! command-exists "k9s"; then
|
if ! command-exists "k9s"; then
|
||||||
alias k9s='docker run --network host -it --rm -v ~/.kube:/root/.kube quay.io/derailed/k9s'
|
alias k9s='docker run --network host -it --rm -v ~/.kube:/root/.kube derailed/k9s'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! command-exists "dive"; then
|
if ! command-exists "dive"; then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user