From d39f97dedd3161cbe5d950c4f2b06e56bc7bc4f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Wed, 1 Oct 2025 23:40:30 +0800 Subject: [PATCH] =?UTF-8?q?fix(aliases):=20=E4=BF=AE=E5=A4=8D=20dps=20?= =?UTF-8?q?=E5=88=AB=E5=90=8D=E4=BB=A5=E5=8C=85=E5=90=AB=E5=AE=B9=E5=99=A8?= =?UTF-8?q?=E5=A4=A7=E5=B0=8F=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.sh b/1.sh index 2265ed3..6cf23fe 100644 --- a/1.sh +++ b/1.sh @@ -157,7 +157,7 @@ alias l='ls -l' alias ll='ls -alF' alias telnet='docker run --quiet --rm --network host --entrypoint telnet busybox:latest' alias dstats='docker stats --no-stream' -alias dps='docker ps --format "table {{.Names}}\t{{.Status}}\t{{.Size}}"' +alias dps='docker ps --size --format "table {{.Names}}\t{{.Status}}\t{{.Size}}"' alias dpull='docker compose pull' alias ddown='docker compose down' alias dcreate='docker compose create'