9 lines
279 B
Markdown
9 lines
279 B
Markdown
|
# 安装必要的应用
|
||
|
```shell
|
||
|
yum install wget jq psmisc vim net-tools telnet yum-utils device-mapper-persistent-data lvm2 git lrzsz -y
|
||
|
```
|
||
|
# 设置镜像源
|
||
|
```shell
|
||
|
wget -O /etc/yum.repos.d/docker-ce.repo https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo
|
||
|
```
|