Docker Image Size - How to Keep It Small?
https://phoenixnap.com/kb/docker-image-size19.02.2020 · A docker image is the base of a container. These images are created by writing Dockerfiles, lists of instructions automatically executed for creating a specific Docker image. When building a Docker image, you want to make sure to keep it light. Avoiding large images speeds up building and deploying containers. Therefore, it is crucial to reduce ...