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 images ls
# 列出本機映像檔(注意是單數 image或縮寫 i
container image ls
# 停止系統服務
container system stop