I am using command : docker-machine scp manager:/home/docker/foo.txt .
however, Windows PowerShell return "You must have a copy of the scp binary locally to use the scp feature".
I am sure I have install 'docker for windows' & ' docker toolbox'. So what should I do?
I also faced similar issue on Windows 8.1. I used Git Bash(in Administrator mode) instead of Powershell to resolve it.