Sign inSign up

gasparekatapy/seaweedfs_plugin

By gasparekatapy

Updated about 2 years ago

Plugin to use seaweedfs for volumes

Plugin
Databases & storage
0

3.5K

gasparekatapy/seaweedfs_plugin repository overview

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"

Tag summary

Content type

Plugin

Digest

sha256:5257e80cc

Size

89.7 MB

Last updated

about 2 years ago

docker plugin install gasparekatapy/seaweedfs_plugin