lukechilds / dockerpi

A Virtualised Raspberry Pi inside a Docker image
MIT License
1.75k stars 181 forks source link

How can i access folder directory using SSH login from Filezilla #19

Open Kapil-23 opened 3 years ago

Kapil-23 commented 3 years ago

Hi,

I have install dockerpi as mentioned in dockerapi docs. Now i want to move my project inside raspberry pi folder for that i want to make ssh login.

Can someone guide me into this

Thanks.

hardillb commented 3 years ago

If you add -p 5022:5022 to the docker run command when you start the container you should then be able to ssh into the emulation with ssh pi@localhost -p 5022

You should be able to use the same host/port details with filezilla