Skip to content

Commit

Permalink
Update docker.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzhengwei authored Jul 24, 2024
1 parent f0e5ca9 commit 6731a17
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 6731a17

Please sign in to comment.