Today I recommend such an open source tool for exploring Docker images, the contents of each layer, and finding ways to reduce the size of Docker/OCI images. That tool is: dive. Tool address: https://github.com/wagoodman/dive, Star count: 22k+. This tool can clearly see what is included in each layer of the image, so that you can analyze whether it is necessary, as shown in the figure below. characteristic Key features of the tool include:
Installation and Usage 1. Mainly use docker to run dive. For specific usage, please refer to the official website: https://github.com/wagoodman/dive 2. Pull the dive image docker pull quay.io/wagoodman/dive:latest 3. Run dive through docker to view the image layer information
Note: The last nginx:latest is the image name to be viewed or can be directly replaced with the image ID. The open interface is as follows: KeyBindings
The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
<<: Detailed explanation of how to gracefully delete a large table in MySQL
>>: Summary of XHTML application in web design study
As a required course for front-end developers, CS...
Today I will introduce a very simple trick to con...
1. First install the pagoda Installation requirem...
This article deploys Jenkins+Maven+SVN+Tomcat thr...
background: As a DBA, most of the DDL changes of ...
border-radius: CSS3 rounded corners Syntax: borde...
Table of contents Preface 1. Null coalescing oper...
Last year, the open letter was a huge hit, even a...
If you want to adjust the size and number of Inno...
Table of contents Tutorial Series 1. Install Mari...
Table of contents 1. What is DOM 2. Select elemen...
<br />I have compiled some domestic design w...
Environment: CentOS 7.1.1503 Minimum Installation...
Table of contents 1. querySelector queries a sing...
Linux basic configuration Compile and install pyt...