docker volume ls --format '{{.Name}} {{.Driver}}'

Category: Docker

docker volume ls --format '{{.Name}} {{.Driver}}'

List volumes with custom formatting

Renders volume name and driver per line via Go templates, skipping the default table. Add --filter dangling=true to find orphaned volumes. Scripts parse this output easily.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.