文件名称: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=
【文件预览】:
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)