MCPcopy Index your code
hub / github.com/TrilliumIT/docker-zfs-plugin

github.com/TrilliumIT/docker-zfs-plugin @v1.0.5

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.5 ↗ · + Follow
14 symbols 27 edges 2 files 11 documented · 79%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

docker-zfs-plugin

Docker volume plugin for creating persistent volumes as a dedicated zfs dataset.

Installation

Download the latest binary from github releases and place in /usr/local/bin/.

If using a systemd based distribution, copy docker-zfs-plugin.service to /etc/systemd/system. Then enable and start the service with systemctl daemon-reload && systemctl enable docker-zfs-plugin.service && systemctl start docker-zfs-plugin.service.

  • Usage

After the plugin is running, you can interact with it through normal docker volume commands.

Recently, support was added for passing in ZFS attributes from the docker volume create command:

docker volume create -d zfs -o compression=lz4 -o dedup=on --name=tank/docker-volumes/data

  • Legacy

The driver was refactored to allow multiple pools and fully qualified dataset names. The master branch has removed all legacy naming options and now fully qualified dataset names are required. If you still have not converted to fully qualified names, please use the latest release in the v0.4.x line until you can switch to non-legacy volume names.

Core symbols most depended-on inside this repo

Shape

Method 10
Function 3
Struct 1

Languages

Go100%

Modules by API surface

zfs/driver.go12 symbols
main.go2 symbols

For agents

$ claude mcp add docker-zfs-plugin \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page