Copy Folder To Docker Container Code Example


Example 1: dockerfile copy folder to container


ADD folder /path/inside/your/container

Example 2: copy file to docker container


docker cp foo.txt mycontainer:/foo.txt

Example 3: docker copy folder to container


docker cp Desktop/imagesets :tf_files/flower_photos/imagesets

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable