diff --git a/content/docker/Docker.md b/content/docker/Docker.md index a5c131f..e6ef058 100644 --- a/content/docker/Docker.md +++ b/content/docker/Docker.md @@ -1,14 +1,16 @@ --- draft: false -date: 2024-06-09 22:53 +date: 2024-06-09 23:59 tags: - docker --- -Docker is an ecosystem comprising the Docker client, daemon, machine, hub, images, and compose, all working together to achieve ==containerization==. Containerization involves encapsulating the necessary steps, dependencies, and configurations for setting up software or executing an application into a single container instance. +Docker is an ecosystem comprising the Docker Client, Docker Daemon, Docker Hub, Docker Images, and Docker Compose, all working together to achieve ==containerization==. Containerization involves encapsulating the necessary steps, dependencies, and configurations for setting up software or executing an application into a single container instance. + + > [!info] References -> - +> - [Docker and Kubernetes: The Complete Guide](https://www.udemy.com/course/docker-and-kubernetes-the-complete-guide) \ No newline at end of file