From 182618c9f03c5ce06c399b7ba7651380809f9e0c Mon Sep 17 00:00:00 2001 From: Chaithra B <41519944+chaithrab12@users.noreply.github.com> Date: Tue, 4 Mar 2025 16:52:44 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44ee5731..0d64437a 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ An image is a read-only template with instructions for creating a Docker contain You might create your own images or you might only use those created by others and published in a registry. To build your own image, you create a Dockerfile with a simple syntax for defining the steps needed to create the image and run it. Each instruction in a Dockerfile creates a layer in the image. When you change the Dockerfile and rebuild the image, only those layers which have changed are rebuilt. This is part of what makes images so lightweight, small, and fast, when compared to other virtualization technologies. - +One liner: A Docker image is a snapshot or blueprint of the libraries and dependencies required inside a container for an application to run ## INSTALL DOCKER