mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-02-11 11:28:26 +07:00
fixed a minor typo
changed 'daeemon' to 'daemon'
This commit is contained in:
parent
e3c128345e
commit
e0dd1166b3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user