Releases: vieux/docker-volume-sshfs
Releases · vieux/docker-volume-sshfs
v1.4
1.4 (2018-05-02)
Bump to go 1.10, improved error and debug messages.
docker plugin install vieux/sshfs:1.4
v1.3
1.3 (2017-09-05)
Bump to go 1.9, allow the use a private key with docker plugin install <...> sshkey.source=/home/<user>/.ssh/
and -o IdentityFile=/root/.ssh/<key>
on docker volume create
docker plugin install vieux/sshfs:1.3
v1.2
1.2 (2017-08-25)
Bump to go 1.8, allow any sshfs -o
option and settable state.source
Thanks to @tiborvass and @koenlek
docker plugin install vieux/sshfs:1.2
v1.1
1.1 (2017-08-15)
Fix and issue with special chars in passwords and supports allow_other
option.
Thanks to @tiborvass and @koenlek
docker plugin install vieux/sshfs:1.1
v1.0
1.0 (2017-02-09)
Supports password authentication and specifying a port other than 22.
docker plugin install vieux/sshfs:1.0