Can I connect to a running docker container using Winscp?

I can connect to the host where the docker system is running. But I can’t figure out how to connect directly to the docker. Does anyone know what I need to configure in WinSCP added to connect? Of course, I can open the putty, but I want to connect via WinSCP.

+4
source share
2 answers

You can connect to the docker machine with the information below:

File Protocol: SFTP
Host Name: 192.168.99.100 (in most cases)

Username: docker
Password: tcuser

, .

+4

Docker - , . WinSCP -, , , . WinSCP = > . hsot WinSCP .

+2

Source: https://habr.com/ru/post/1650785/


All Articles