What is Docker Images and Exaplin in 10 bullet lines?

Docker image is a file to run code in container. It contains all the file/software that you needed to run your application. It has multiple layers. Each layer is originated from the prev. layer. The top layer is editable. We can create images out of existing images. We can add the lib or changes that we need and commit it.