240 发简信
IP属地:北京
  • Ubuntu 下使用 Docker 安装 Nginx

    1、安装 nginx 镜像 docker pull nginx 2、在主机中创建挂载目录 挂载 nginx 的静态文件目录 mkdir /you...