主题
apt
sudo apt update
nginx
sudo apt install nginx -y
nginx 要安装在宿主机上 通过容器运行的话需额外配置网络才能访问外部服务
nginx -v
sudo systemctl status nginx
sudo systemctl start nginx
sudo systemctl stop nginx
sudo systemctl restart nginx
sudo systemctl reload nginx