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

2

15

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.

Flump answered 10/8, 2016 at 9:25 Comment(0)
D
8

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.

Denby answered 21/2, 2017 at 6:18 Comment(2)
Thanks, it's works. Just run Docker Quickstart Terminal then use winscp to connectProviding
@Denby Was your investigation done? I need the results.Typology
P
2

Docker is a program you cannot connect to docker directly. If you want to connect with WinSCP into the host docker runs on just use the same settings as for putty because they use the same protocol. if you want to WinSCP directly into a container => don't do it. Instead mount the wanted Folder inside your container to a folder on the host and WinSCP to your docker host.

Predestinarian answered 10/8, 2016 at 12:22 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.