volume_list
List Docker volumes with optional filtering by attributes or to show only volumes created by this server.
Instructions
List volumes.
args:
filters - Filter by attributes (e.g. dangling, name, label)
managed_only - Only return volumes created by this MCP server (filters on the
docker-mcp-server.managed label); combines with any filters given
returns: list - A list of volume attrs dicts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | No | ||
| managed_only | No |