Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzhengwei committed Jul 25, 2024
2 parents a5a7a8c + 6731a17 commit 254f46a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/md/road-map/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,13 @@ Available Packages
[root@CodeGuide ~]# sudo yum install docker-ce
```

- 安装默认最新版本的 Docker
- 安装默认最新版本的 Docker `最新版本可能有坑,最好指定版本安装`

```java
[root@CodeGuide ~]# sudo yum install <FQPN>
```

- 安装指定版本,例如:sudo yum install docker-ce-20.10.11.ce
- 安装指定版本,例如:`yum install -y docker-ce-25.0.5 docker-ce-cli-25.0.5 containerd.io`

### 7. 安装Docker-Compose

Expand Down

0 comments on commit 254f46a

Please sign in to comment.