gpt4 book ai didi

docker - 如何从其哈希中找出 Docker 镜像层是什么?

转载 作者:行者123 更新时间:2023-12-02 18:18:05 24 4
gpt4 key购买 nike

启动 Docker 镜像时:

$ docker run -it ruby:2.6.1 
Unable to find image 'ruby:2.6.1' locally
2.6.1: Pulling from library/ruby
22dbe790f715: Pull complete
0250231711a0: Pull complete
6fba9447437b: Pull complete
c2b4d327b352: Pull complete
270e1baa5299: Pull complete
...

是否可以分辨出 270e1baa5299 是什么图像?

最佳答案

您可以从 docker history 开始:

docker history  ruby:2.6.1 

请参阅 Jessica G 的“Digging into Docker layers”。

这会让您了解这些层的内容:

https://miro.medium.com/max/900/1*kTDjPNUqGX8ZdLidbukheA.png

更多信息:wagoodman/dive

A tool for exploring a docker image, layer contents, and discovering ways to shrink the size of your Docker/OCI image.

关于docker - 如何从其哈希中找出 Docker 镜像层是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61722281/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com