Docker Volumes Skill Master Docker persistent storage including named volumes, bind mounts, tmpfs, and data backup/restore procedures. Purpose Implement reliable data persistence for containers with proper volume management, backup strategies, and permission handling. Parameters | Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | volume name | string | No | - | Name for the volume | | mount type | enum | No | volume | volume/bind/tmpfs | | backup | boolean | No | false | Include backup commands | Storage Types | Type | Persistence…