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
In actual work, JavaScript regular expressions ar...
MySQL server has gone away issue in PHP 1. Backgr...
Abstract: This article mainly explains how to ins...
Table of contents Overview Example Why is it need...
Usually, there are two options when we develop Li...
conda update conda pip install tf-nightly-gpu-2.0...
Problem: When using JDBC to connect to the MySQL ...
zabbix_agent deployment: Recommendation: zabbix_a...
The use of computed in vue3. Since vue3 is compat...
Part 3: ❤Three ways to overlook backend data rece...
Table of contents Create a simple springboot proj...
Preface Today, when I was using a self-written co...
This article mainly introduces the breadcrumb fun...
MySQL 8.0.25 decompression version installation t...
HTML img produces an ugly blue border after addin...