代码如下:
docker run -p 9002:80 --name nginx \ -v /docker/nginx/conf/nginx.conf:/etc/nginx/nginx.conf \ -d nginx:latest