Copying files from host to Docker container
The cp command can be used for that. For example:
docker cp foo.txt mycontainer:/foo.txt
docker cp mycontainer:/foo.txt foo.txt
https://docs.docker.com/engine/reference/commandline/cp/
http:...
原创
2017-06-26 14:53:46 ·
290 阅读 ·
0 评论