?
This document uses PHP Chinese website manual Release
將一個(gè)或多個(gè)圖像保存到 tar 歸檔文件(默認(rèn)流式傳輸?shù)?STDOUT )
docker image save [OPTIONS] IMAGE [IMAGE...]
Name, shorthand | Default | Description |
---|---|---|
--output, -o | Write to a file, instead of STDOUT |
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 | 從注冊表中提取圖像或存儲庫 |
docker image push | 將圖像或存儲庫推送到注冊表 |
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 |