list_volumes
Lists Docker volumes, with optional filtering by attributes (dangling, name, label) or limiting to volumes managed 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 |