diff --git a/README.md b/README.md index 64aba1b35aac6d514e108a3e89855d3a3cee77ac..9b4fd5e103bcfdeb2df3adf3b9a921bff6ba629b 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 #### 参与贡献