1. docker pull nginx
    2. docker run -di \
    3. --name=mynginx \
    4. -p 80:80 \
    5. nginx