Docker Image Size - How to Keep It Small?
phoenixnap.com › kb › docker-image-sizeFeb 19, 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 ...