docker run -d -p 8080:80 --name my-web-app -v ./html:/usr/share/nginx/html nginx:latest
生成的 YAML 将显示在这里。