Here's what I've reviewed (so far):

Baeldung on Ops

  • All
  • Docker (2)

How to Flatten a Docker Image

A Docker image is a blueprint of the applications, libraries, and software installed that can be instantiated as a container. We can “flatten” an image to reduce its size, number of constituent layers, and storage space, making it more lightweight.

Read More →