docker-volume-sshfs:sshfs docker卷插件

时间:2024-02-23 03:26:46
【文件属性】:

文件名称:docker-volume-sshfs:sshfs docker卷插件

文件大小:1.01MB

文件格式:ZIP

更新时间:2024-02-23 03:26:46

docker sshfs docker-volume-plugin DockerGo

sshFS的Docker卷插件 这个插件使您可以轻松地在容器中使用sshfs挂载远程文件夹。 用法 使用密码 1-安装插件 $ docker plugin install vieux/sshfs # or to enable debug docker plugin install vieux/sshfs DEBUG=1 # or to change where plugin state is stored docker plugin install vieux/sshfs state.source= 2-创建卷 确保ssh服务器上的源路径存在。 否则,您将无法使用/挂载该卷。 $ docker volume create -d vieux/sshfs -o sshcmd= -o password= [-o port=] [-o ] sshvolume sshvolume $ docker volume ls DRIVER V


网友评论