From a499b1e7baf55354c624c9559b5338a0c87675ca Mon Sep 17 00:00:00 2001 From: Timmy Date: Sat, 20 Jun 2026 23:23:00 +0800 Subject: [PATCH] Fix image list command (container image ls, not images) Co-Authored-By: Claude Opus 4.8 (1M context) --- container-setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/container-setup.md b/container-setup.md index 5f8e970..1807838 100644 --- a/container-setup.md +++ b/container-setup.md @@ -96,8 +96,8 @@ container run -it --rm docker.io/library/alpine sh # 列出執行中的容器 container ls -# 列出本機映像檔 -container images ls +# 列出本機映像檔(注意是單數 image,或縮寫 i) +container image ls # 停止系統服務 container system stop