?
本文檔使用 php中文網(wǎng)手冊 發(fā)布
將一個或多個圖像保存到 tar 歸檔文件(默認流式傳輸?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 | 顯示一個或多個圖像的詳細信息 |
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 |