Docker Image
Docker images are lightweight, read-only packages that contain everything you need to run an application: When a container is running from an image, the container is bound to that image. That means you can’t delete the image while the container is running. It is worth mentioning that an image does not contain a full OS,
