found a lot of information, including search SF already existed related problems, failed,
in fact, the problem I"m trying to solve right now is as follows:
execute the command: docker run-d-t-I-p 80:80-v / etc/nginx/conf:/usr/local/nginx/conf docker.io/nginx
start a nginx container (mount the container directory to the system-specified directory at the same time), access ip:80 works normally,
but I know how to edit the nginx.conf file and update the configuration without docker. In the current situation, how to edit the nginx.conf file and update the configuration takes effect? Which big curry can tell you how to operate it? tks