Is it possible to connect to a running docker container with Winscp?

Khalisaran Saran picture Khalisaran Saran · Aug 10, 2016 · Viewed 11.6k times · Source

I am able to connect to host on which docker system runs. But I cannot find out how to connecting to the docker directly. Does anyone know what I need to adjust in WinSCP added to connect? Sure, I am able to open by putty, but I want to connect by WinSCP.

Answer

Jaffy picture Jaffy · Feb 21, 2017

You can connect to docker machine with below information:

File protocol: SFTP
Host name: 192.168.99.100 (in most cases)

Username: docker
Password: tcuser

However, I am also investigating how to connect with particular container.