cloudscode / ToDo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Copying files from host to docker container

cloudscode opened this issue · comments

commented

Copying files from host to docker container

commented

The cp command can be used for that. For example:

docker cp foo.txt mycontainer:/foo.txt
docker cp mycontainer:/foo.txt foo.txt