Skip to content

Commit 915d952

Browse files
authored
Update Docker-Install-And-Usage.md
1 parent 5c04c69 commit 915d952

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

Docker-Install-And-Usage.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555

5656
- 主要有两个版本:
5757

58-
> Docker Enterprise Edition (Docker EE) is designed for enterprise development and IT teams who build, ship, and run business critical applications in production at scale. Docker EE is integrated, certified, and supported to provide enterprises with the most secure container platform in the industry to modernize all applications. For more information about Docker EE, including purchasing options, see Docker Enterprise Edition.
59-
Docker Community Edition (Docker CE) is ideal for developers and small teams looking to get started with Docker and experimenting with container-based apps. Docker CE is available on many platforms, from desktop to cloud to server. Docker CE is available for macOS and Windows and provides a native experience to help you focus on learning Docker. You can build and share containers and automate the development pipeline all from a single environment.
58+
> **Docker Enterprise Edition (Docker EE)** is designed for enterprise development and IT teams who build, ship, and run business critical applications in production at scale. Docker EE is integrated, certified, and supported to provide enterprises with the most secure container platform in the industry to modernize all applications. For more information about Docker EE, including purchasing options, see Docker Enterprise Edition.
59+
**Docker Community Edition (Docker CE)** is ideal for developers and small teams looking to get started with Docker and experimenting with container-based apps. Docker CE is available on many platforms, from desktop to cloud to server. Docker CE is available for macOS and Windows and provides a native experience to help you focus on learning Docker. You can build and share containers and automate the development pipeline all from a single environment.
6060
Docker CE has both stable and edge channels.
6161
Stable builds are released once per quarter and are supported for 4 months.
6262
Edge builds are released once per month, and are supported for that month only. If you subscribe to the Edge channel on Linux distributions, you should also subscribe to the Stable channel.
@@ -67,15 +67,9 @@ Docker CE has both stable and edge channels.
6767

6868
- 我这里选择 Docker CE 版本:
6969
- 安装过程:
70-
- `sudo yum install -y yum-utils`
71-
72-
``` bash
73-
:添加 repo(可能网络会很慢,有时候会报:Timeout,所以要多试几次)
74-
sudo yum-config-manager \
75-
--add-repo \
76-
https://download.docker.com/linux/centos/docker-ce.repo
77-
```
78-
70+
- `sudo yum install -y yum-utils device-mapper-persistent-data lvm2`
71+
- 添加 repo(可能网络会很慢,有时候会报:Timeout,所以要多试几次)
72+
- `sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo`
7973
- `sudo yum makecache fast`
8074
- `sudo yum install -y docker-ce`,大小:19M,速度很慢。
8175
- 启动 Docker:`systemctl start docker.service`
@@ -810,4 +804,4 @@ docker中文官网:http://www.docker.org.cn/
810804
中文入门课程:http://www.docker.org.cn/book/docker.html
811805
docker学习笔记:http://www.open-open.com/lib/view/open1423703640748.html
812806
深入浅出docker:http://www.infoq.com/cn/articles/docker-core-technology-preview
813-
https://www.zybuluo.com/SailorXiao/note/327656
807+
https://www.zybuluo.com/SailorXiao/note/327656

0 commit comments

Comments
 (0)