要将文件拷贝到Docker容器中,可以使用docker cp
命令。
例如,要将本地文件file.txt
拷贝到名为container1
的容器中的/path/to/destination
目录,可以使用以下命令:
docker cp file.txt container1:/path/to/destination
这将把file.txt
文件拷贝到container1
容器中的/path/to/destination
目录中。
辰迅云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>
推荐阅读: docker进入容器的方法是什么