?
This document uses PHP Chinese website manual Release
刪除一個或多個圖像
docker image rm [OPTIONS] IMAGE [IMAGE...]
名字,簡寫 | 默認 | 描述 |
---|---|---|
--force, -f | false | 強制刪除圖像 |
--no-prune | false | 不要刪除未標記的父母 |
Command | Description |
---|---|
docker image | Manage images |
命令 | 描述 |
---|---|
docker image build | 從Dockerfile構(gòu)建圖像 |
docker image history | 顯示圖像的歷史記錄 |
docker image import | 從tarball中導(dǎo)入內(nèi)容以創(chuàng)建文件系統(tǒng)映像 |
docker image inspect | 顯示一個或多個圖像的詳細信息 |
docker image load | 從tar檔案或STDIN加載圖像 |
docker image ls | 列出圖像 |
docker image prune | 刪除未使用的圖像 |
docker image pull | 從注冊表中提取圖像或存儲庫 |
docker image push | 將圖像或存儲庫推送到注冊表 |
docker image rm | 刪除一個或多個圖像 |
docker image save | 將一個或多個圖像保存到tar歸檔文件(默認流式傳輸?shù)絊TDOUT) |
docker image tag | 創(chuàng)建一個引用SOURCE_IMAGE的標記TARGET_IMAGE |