From 39a8c93674a3dd476b799c75bf218a7ff35634d5 Mon Sep 17 00:00:00 2001 From: dayshappy Date: Thu, 16 Mar 2023 02:06:06 +0000 Subject: [PATCH] update README.md. Signed-off-by: dayshappy --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 64aba1b..9b4fd5e 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,21 @@ # moby #### 介绍 -new doker upstream +Moby is an open-source project created by Docker to enable and accelerate software containerization. + +It provides a "Lego set" of toolkit components, the framework for assembling them into custom container-based systems, and a place for all container enthusiasts and professionals to experiment and exchange ideas. Components include container build tools, a container registry, orchestration tools, a runtime and more, and these can be used as building blocks in conjunction with other tools and projects. #### 软件架构 -软件架构说明 + #### 安装教程 -1. xxxx -2. xxxx -3. xxxx +yum install docker #### 使用说明 -1. xxxx -2. xxxx -3. xxxx +systemctl start docker #### 参与贡献 -- Gitee