From f1d1ce50132cdf175bc7ecaafc26252984135ba8 Mon Sep 17 00:00:00 2001 From: adminroot Date: Sat, 25 Oct 2025 04:12:17 -0700 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20alias.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- alias.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alias.txt b/alias.txt index 78b11e4..d76ee39 100644 --- a/alias.txt +++ b/alias.txt @@ -155,7 +155,7 @@ alias dvl='docker volume ls' alias dpr='echo "y" | docker image prune && docker images' alias docker-compose='docker compose' alias dip="docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}'" -alias ck="cd /opt/dk && ls" +alias cdk="cd /opt/dk && ls" dt() { docker run --rm -it $1 sh