jeroenpeeters / docker-ssh

SSH Server for Docker containers ~ Because every container should be accessible
GNU General Public License v2.0
638 stars 90 forks source link

Deal with file transfer (SCP) #9

Open arruda opened 8 years ago

arruda commented 8 years ago

Maybe a two steps file transfer (transfer file to the sshd container) and then using the docker cp to copy the file from the sshd server to the target container

pwFoo commented 8 years ago

File transfer would be a great feature!

pwFoo commented 7 years ago

Would be an important topic to enable file transfer from outside to an internal container.

pwFoo commented 7 years ago

Any progress with scp / file transfer?

psi-4ward commented 7 years ago

I struggled with this topic some time ago and came up with a bind-mount. Think it's the only solution here.

pwFoo commented 7 years ago

Anyone tested https://github.com/tg123/sshpiper for scp / file transfer? I've done a quick test some time ago and it could be work...