SRS 部署小记

前言SRS 不用多介绍了,开干就行。一、安装 Docker# 安装 Dockersudo dnf install -y docker# 启动 Docker 服务sudo systemctl st...