Nginx遇到的问题
修改默认端口无法启动 修改了默认端口启动时报 ***** Plugin bind_ports (99.5 confidence) suggests ************************ If you want to allow /usr/sbin/nginx to bind to network port 82 Then you nee…
Docker 跨容器调用
当容器A需要调用容器B的命令,又不希望在两个容器中额外部署更多的服务或添加更多的文件,可以使用将宿主机的docker映射到容器A的方式 docker run --name web --privileged -v /etc/localtime:/etc/localtime:ro -v /var/run/docker.sock:/var/run/doc…