docker exec -it <container ID> /bin/sh #进入docker容器

exit #退出容器

docker cp /local path/file ContainerName:/path/file #将crt文件拷贝至容器内文件夹

标签: none

添加新评论