docker volume ls -q

Category: Docker

docker volume ls -q

List volume names only

Prints just the volume names, one per line, ideal for piping into other commands or counting. The -q flag stands for quiet. Filter with --filter name= to narrow results.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.