docker-volume-s3fs

时间:2024-03-13 05:12:38
【文件属性】:

文件名称:docker-volume-s3fs

文件大小:16KB

文件格式:ZIP

更新时间:2024-03-13 05:12:38

Go

s3fs的Docker体积插件 有关原始文档,请参见vieux / s3fs 这个插件使您可以轻松地在容器中使用s3fs挂载远程文件夹。 用法 使用密码 1-安装插件 $ docker plugin install kolbyjack/s3fs # or to enable debug docker plugin install kolbyjack/s3fs DEBUG=1 # or to change where plugin state is stored docker plugin install kolbyjack/s3fs state.source= 2-创建卷 确保ssh服务器上的源路径存在。 否则,您将无法使用/挂载该卷。 $ docker volume create -d kolbyjack/s3fs -o sshcmd=<user@hos


【文件预览】:
docker-volume-s3fs-master
----go.mod(500B)
----main.go(694B)
----Gopkg.toml(655B)
----go.sum(3KB)
----.travis()
--------ssh()
--------integration.sh(3KB)
--------unit.sh(333B)
----Dockerfile(665B)
----driver.go(8KB)
----.travis.yml(2KB)
----LICENSE(1KB)
----Gopkg.lock(2KB)
----config.json(1KB)
----README.md(3KB)
----Makefile(1KB)
----.gitignore(34B)

网友评论