直接执行命令
docker exec mynginx cat /etc/nginx/nginx.conf

进入容器交互
docker exec -it 80nginx /bin/bash

相关文章: