docker pull nginx
docker run -d -p 80:80 nginx
docker exec -it ac9b5e1483e3 bash
http://机器ip:80 http://192.168.10.11:80