exec Run a command in a running container # 在运行中的容器上运行命令 export Export a container's filesystem as a tar archive #导出容器文件系统作为一个tar归档文件[对应import] history Show the history of an image # 展示一个镜像形成历史 images List images #列出系统当前的镜像 import Import the...
Run a command in an existing container # 在已存在的容器上运行命令 export Stream the contents of a container as a tar archive # 导出容器的内容流作为一个 tar 归档文件[对应 import ] history Show the history of an image # 展示一个镜像形成历史 images List images # 列出系统当前镜像 import Crea...
exec Run a commandina running container # 在运行中的容器上运行命令 export Export a container's filesystem as a tar archive #导出容器文件系统作为一个tar归档文件[对应import]history Show the history of an image # 展示一个镜像形成历史 images List images #列出系统当前的镜像 import Import the conte...
exec Run a command in a running container # 在运行中的容器上运行命令 export Export a container's filesystem as a tar archive #导出容器文件系统作为一个tar归档文件[对应import] history Show the history of an image # 展示一个镜像形成历史 images List images #列出系统当前的镜像 import Import the...
Thedocker imagescommand takes an optional[REPOSITORY[:TAG]]argument that restricts the list to images that match the argument. If you specifyREPOSITORYbut noTAG, thedocker imagescommand lists all images in the given repository. For example, to list all images in thejavarepository, run the followi...
Run 'docker image COMMAND --help' for more information on a command. 1. Docker Image LS docker image ls --help 1. [root@izoq008ryseuupz ~]# docker image ls --help Usage: docker image ls [OPTIONS] [REPOSITORY[:TAG]] List images ...
exec Execute a command in a running container ps List containers build Build an image from a Dockerfile pull Download an image from a registry push Upload an image to a registry images List images login Log in to a registry logout Log out from a registry ...
docker-image-ls - List images SYNOPSIS dockerimagels[OPTIONS][REPOSITORY[:TAG]] DESCRIPTION This command lists the images stored in the local Docker repository. By default, intermediate images, used during builds, are not listed. Some of the output, e.g., image ID, is truncated, for space...
docker images[OPTIONS][REPOSITORY[:TAG]] OPTIONS 说明: -a, --all: 显示所有镜像(包括中间层镜像)。 --digests: 显示镜像的摘要信息。 -f, --filter: 过滤输出,基于提供的条件。 --format: 使用 Go 模板格式化输出。 --no-trunc: 显示完整的镜像 ID。