k9s image move to dockerhub

This commit is contained in:
vonProteus 2025-06-11 06:05:59 +02:00
parent 6f60a95167
commit fd1cb0cb86
Signed by untrusted user who does not match committer: vonProteus
GPG Key ID: 65472F126055FF23

View File

@ -2,7 +2,7 @@
if command-exists "docker"; 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
if ! command-exists "dive"; then