From e0dd1166b39465e13582ade558d2a6c18a68838e Mon Sep 17 00:00:00 2001 From: Mainak Biswas Date: Tue, 3 May 2022 21:56:34 +0530 Subject: [PATCH] fixed a minor typo changed 'daeemon' to 'daemon' --- Days/day43.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Days/day43.md b/Days/day43.md index 5cb7d0c..0e1b200 100644 --- a/Days/day43.md +++ b/Days/day43.md @@ -17,7 +17,7 @@ Docker is a software framework for building, running, and managing containers. T We are going to be using Docker Personal here which is free (for education and learning). This includes all the essentials that we need to cover to get a good foundation of knowledge of containers and tooling. -It is probably worth breaking down some of the "docker" tools that we will be using and what they are used for. The term docker can be referring to the docker project overall, which is a platform for devs and admins to develop, ship and run applications. It might also be a reference to the docker daeemon process running on the host which manages images and containers also called Docker Engine. +It is probably worth breaking down some of the "docker" tools that we will be using and what they are used for. The term docker can be referring to the docker project overall, which is a platform for devs and admins to develop, ship and run applications. It might also be a reference to the docker daemon process running on the host which manages images and containers also called Docker Engine. ### Docker Engine