docker pull nginx:latest
docker run --name nginx -p 8080:80 -v /usr/local/html:/usr/share/nginx/html -d nginx
-v 挂在本地目录到容器中
docker pull nginx:latest
docker run --name nginx -p 8080:80 -v /usr/local/html:/usr/share/nginx/html -d nginx
-v 挂在本地目录到容器中
本文标题:docker安装nginx
本文链接:https://www.haomeiwen.com/subject/jlpjyhtx.html
网友评论