docker buildx imagetools检查
描述
在注册表中显示图像的详细信息
用法
$ docker buildx imagetools inspect [OPTIONS] NAME
扩展说明
在注册表中显示图像的详细信息。
例子:
$ docker buildx imagetools inspect alpine
Name: docker.io/library/alpine:latest
MediaType: application/vnd.docker.distribution.manifest.list.v2+json
Digest: sha256:28ef97b8686a0b5399129e9b763d5b7e5ff03576aa5580d6f4182a49c5fe1913
Manifests:
Name: docker.io/library/alpine:latest@sha256:5c40b3c27b9f13c873fefb2139765c56ce97fd50230f1f2d5c91e55dec171907
MediaType: application/vnd.docker.distribution.manifest.v2+json
Platform: linux/amd64
Name: docker.io/library/alpine:latest@sha256:c4ba6347b0e4258ce6a6de2401619316f982b7bcc529f73d2a410d0097730204
MediaType: application/vnd.docker.distribution.manifest.v2+json
Platform: linux/arm/v6
...
显示原始的,未格式化的JSON清单(--raw)
使用该--raw
选项可打印原始JSON字节,而不是格式化的输出。
选项
名称,简写 | 默认 | 描述 |
--raw |
显示原始JSON清单 | |
--builder |
覆盖已配置的构建器实例 |
上级命令
命令 | 描述 |
---|---|
docker buildx imagetools | 在注册表中处理图像的命令 |
相关命令
命令 | 描述 |
docker buildx imagetools创建 | 根据源图像创建新图像 |
docker buildx imagetools检查 | 在注册表中显示图像的详细信息 |