Fix image list command (container image ls, not images)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-20 23:23:00 +08:00
parent 133ed56d4b
commit a499b1e7ba

View File

@@ -96,8 +96,8 @@ container run -it --rm docker.io/library/alpine sh
# 列出執行中的容器 # 列出執行中的容器
container ls container ls
# 列出本機映像檔 # 列出本機映像檔(注意是單數 image或縮寫 i
container images ls container image ls
# 停止系統服務 # 停止系統服務
container system stop container system stop