Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Releases: vieux/docker-volume-sshfs

v1.4

02 May 21:37
Compare
Choose a tag to compare

1.4 (2018-05-02)

Bump to go 1.10, improved error and debug messages.

docker plugin install vieux/sshfs:1.4

v1.3

05 Sep 21:52
Compare
Choose a tag to compare

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

25 Aug 18:55
Compare
Choose a tag to compare

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

15 Aug 17:18
Compare
Choose a tag to compare

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

10 Feb 02:09
Compare
Choose a tag to compare

1.0 (2017-02-09)

Supports password authentication and specifying a port other than 22.

docker plugin install vieux/sshfs:1.0