?
This document uses PHP Chinese website manual Release
從注冊表中提取圖像或存儲庫
docker image pull [OPTIONS] NAME[:TAG|@DIGEST]
Name, shorthand | Default | Description |
---|---|---|
--all-tags, -a | false | Download all tagged images in the repository |
--disable-content-trust | true | Skip image verification |
Command | Description |
---|---|
docker image | Manage images |
命令 | 描述 |
---|---|
docker image build | 從Dockerfile構(gòu)建圖像 |
docker image history | 顯示圖像的歷史記錄 |
docker image import | 從tarball中導入內(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 |