I am running docker containers on Google Cloud virtual machine. I am trying for hours to connect from filezilla on my local computer to an running docker container. I have started docker image like this:
docker run -t -d --name test -p 2222:22 --link postgres7:postgres7 random_image /bin/bash
In my filezilla connection configuration I have set:
Host: Google Cloud IP address
Port: 2222
Protocol: SFTP
Logon Type: Normal
User: root (without password)
When trying to connect I get this error:
Status: Connecting to x.x.x.x:2222...
Response: fzSftp started
Command: open "root@x.x.x.x" 2222
Error: Connection refused
Error: Could not connect to server
I have opened ports on google cloud engine.