Skip to content

Files

Latest commit

Mar 23, 2017
e6a895f · Mar 23, 2017

History

History

sshfs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 23, 2017
Mar 23, 2017
Mar 23, 2017

sshfs contianer

This container export a volume that mount a remote file directory through sshfs.

docker run --rm -e USERID=$UID --privileged --name sshfs reachlin/sshfs <user>@<host>:<dir>

Then, the other container can use the volume this one exported.