docker pull nginx
docker run -d -p 80:80 -v /opt/nginx/www/:/usr/share/nginx/html/ --name webserver nginx 将nginx的配置文件映射到/opt/nginx/www/目录下