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