Plugin to use seaweedfs for volumes
3.5K
The plugin to expose seaweedfs to docker containers, has been adapted to use gasparekatapy/seaweedfs and leveraging normal and large volume versions.
Example
docker plugin install \
--alias seaweedfs \
--grant-all-permissions \
gasparekatapy/seaweedfs_plugin:latest \
HOST=localhost:8888 \
MOUNT_OPTIONS="-chunkSizeLimitMB=30 -volumeServerAccess=publicUrl -dirAutoCreate=true"
docker plugin install \
--alias seaweedfs_large \
--grant-all-permissions \
gasparekatapy/seaweedfs_plugin:large \
HOST=localhost:8888 \
MOUNT_OPTIONS="-chunkSizeLimitMB=250 -volumeServerAccess=publicUrl -dirAutoCreate=true"
Content type
Plugin
Digest
sha256:5257e80cc…
Size
89.7 MB
Last updated
about 2 years ago
docker plugin install gasparekatapy/seaweedfs_plugin