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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user