om/0.前期配置.md

9 lines
279 B
Markdown
Raw Normal View History

2023-09-19 10:11:14 -04:00
# 安装必要的应用
```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
```