mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-01-25 02:25:28 +07:00
commit
e3c128345e
@ -15,7 +15,7 @@ We are going to be using and explaining docker here but we should also mention t
|
||||
|
||||
Docker is a software framework for building, running, and managing containers. The term "docker" may refer to either the tools (the commands and a daemon) or to the Dockerfile file format.
|
||||
|
||||
We are going to be using Docker Personal here which is free (fir education and learning). This includes all the essentials that we need to cover to get a good foundation of knowledge of containers and tooling.
|
||||
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user