Share feedback
Answers are generated based on the documentation.

docker image

内容説明イメージを管理します。
利用方法docker image

内容説明

イメージを管理します。

サブコマンド

コマンド内容説明
docker image historyShow the history of an image
docker image importImport the contents from a tarball to create a filesystem image
docker image inspectDisplay detailed information on one or more images
docker image loadLoad an image from a tar archive or STDIN
docker image lsList images
docker image pruneRemove unused images
docker image pullDownload an image from a registry
docker image pushUpload an image to a registry
docker image rmRemove one or more images
docker image saveSave one or more images to a tar archive (streamed to STDOUT by default)
docker image tagCreate a tag TARGET_IMAGE that refers to SOURCE_IMAGE