Copying files from docker container to the host fails Copying files from docker container to the host fails docker docker

Copying files from docker container to the host fails


Try with quotes, like this:

docker cp wizardly_thompson:'/sitespeed.io/sitespeed-result/www.sitespeed.io/2020-03-31-11-26-52/.' 'd:/Engineer/SiteSpeed/'

If that doesn't work, try double-quotes instead of single-quotes.