进入容器目录:

    1. docker container exec -it 容器id /bin/bash

    拷贝文件夹到容器中:

    1. docker cp 宿主机文件路径 容器id:/容器文件名称/