Docker Image

It is a record of a Docker container at a specific point in time.

A Docker image has many layers, and each image includes everything needed to configure a container environment — system libraries, tools, dependencies and other files.

Docker images also act as the starting point when using Docker