docker_volumes
Manage Docker volumes to organize and persist container data. Perform actions like list, create, remove, inspect, or prune volumes for efficient container management.
Instructions
Manage Docker volumes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform on volumes | |
| volume | No | Volume name | |
| driver | No | Volume driver | |
| force | No | Force operation | |
| filter | No | Filter results |