Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

docker-machine on windows 10 - "You must have a copy of the scp binary locally to use the scp feature"

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?

like image 453
Simon Zhao Avatar asked Feb 06 '23 01:02

Simon Zhao


1 Answers

I also faced similar issue on Windows 8.1. I used Git Bash(in Administrator mode) instead of Powershell to resolve it.

like image 56
Hrushikesh Avatar answered Feb 13 '23 04:02

Hrushikesh