Sign inSign up

youribonnaffe/sharefolder

By youribonnaffe

Updated almost 11 years ago

Image
0

336

youribonnaffe/sharefolder repository overview

Share a folder with sshfs and Docker

On server, where the folder is, run:

sudo docker run -e HOST=$(hostname) -p 1522:22 -v $(readlink -e .):/_ -ti sharefolder

On client, use sshfs to mount the shared folder:

sshfs -p 1522 _@hostname:/_ mount/

Tag summary

Content type

Image

Digest

sha256:629c8fd3c

Size

66.6 MB

Last updated

almost 11 years ago

docker pull youribonnaffe/sharefolder