Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

jbrower

Re: Connect to a Docker container

@portablepeter: This does not work for Docker installation on a bare-metal server, for example Docker installed on Ubuntu Linux (i.e. not a Windows or MacOS VM).
portablepeter

Re: Connect to a Docker container

Yes, you can.

Type the command line:
docker-machine ls

This command shows you the IP of the machine:

NAME ACTIVE DRIVER STATE URL SWARM DOCKER ERRORS
manager - hyperv Running tcp://192.168.111.63:2376 v1.13.0
worker - hyperv Running tcp://192.168.111.64:2376 v1.13.0

After it, you should use that IP inside the WinSCP client, with user: docker, and pass: tcuser.
martin

Re: Connect to a Docker container

If you are able to connect with PuTTY, I do not see what should prevent you from connecting with WinSCP. Unless you first connect to the host with PuTTY; and then you connect to the docker machine from the host shell.

Show us PuTTY and WinSCP logs for comparison.
Joo

Connect to a Docker container

Hi,

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

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.

Best Regards
Joo