Docker "cp" command in verbose mode

Viewed 5529

I use to copy directories from host to containers extensively before pushing them to a repository. Sometimes we may need to monitor the filenames getting pushed/copied during the Jenkins build.

How can i see what files are getting copied during a copy operation using "docker cp" ?

2 Answers
Related