From 436a529afa9fc9b124d5149c17669f255ac037d9 Mon Sep 17 00:00:00 2001 From: jaywang Date: Tue, 11 Jun 2024 16:58:35 +0800 Subject: [PATCH] vault backup: 2024-06-11 16:58:35 Affected files: content/docker/Docker.md --- content/docker/Docker.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/content/docker/Docker.md b/content/docker/Docker.md index a5c131f0..e6ef0585 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