FE Workflow
standard-deploy>devops

Linux 软件安装

Docker
Nginx
# CentOS Docker 安装
# https://docs.docker.com/engine/install/centos/

# Docker 镜像加速
# https://cr.console.aliyun.com/cn-hangzhou/instances/mirrors

# 启动 Docker 服务,并让它随系统启动自动加载
sudo systemctl start docker
sudo systemctl enable docker

Docker 与 Nginx 的项目应用

directory
docker
nginx
- docker
  - nginx.conf
- .dockerignore
- Dockerfile

参考链接

NGINX 可视化选项配置Nginx安装配置详解

Linux 软件安装
Docker 与 Nginx 的项目应用
参考链接