?
Dokumen ini menggunakan Manual laman web PHP Cina Lepaskan
從注冊(cè)表中提取圖像或存儲(chǔ)庫(kù)
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中導(dǎo)入內(nèi)容以創(chuàng)建文件系統(tǒng)映像 |
docker image inspect | 顯示一個(gè)或多個(gè)圖像的詳細(xì)信息 |
docker image load | 從tar檔案或STDIN加載圖像 |
docker image ls | 列出圖像 |
docker image prune | 刪除未使用的圖像 |
docker image pull | 從注冊(cè)表中提取圖像或存儲(chǔ)庫(kù) |
docker image push | 將圖像或存儲(chǔ)庫(kù)推送到注冊(cè)表 |
docker image rm | 刪除一個(gè)或多個(gè)圖像 |
docker image save | 將一個(gè)或多個(gè)圖像保存到tar歸檔文件(默認(rèn)流式傳輸?shù)絊TDOUT) |
docker image tag | 創(chuàng)建一個(gè)引用SOURCE_IMAGE的標(biāo)記TARGET_IMAGE |