cloudscode / ToDo

0 stars 0 forks source link

Copying files from host to docker container #22

Open cloudscode opened 7 years ago

cloudscode commented 7 years ago

Copying files from host to docker container

cloudscode commented 7 years ago

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

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