这处 docker nginx容器其他的目录该怎么查看?
docker exec -it containerID /bin/bash 进入容器交互 containerID:镜像ID
docker exec -it containerID ls /xxx/目录