Sardorbek Imomaliev Posted on Feb 14, 2022 TIL: Docker | Show Only Unnamed Volumes #todayilearned #docker Today I Learned (9 Part Series) 1 TIL: NPM | Automatically update package.json dependencies 2 TIL: Docker | Prune Only Unnamed Volumes ... 5 more parts... 3 TIL: ESLint | Fix "'defineProps' is not defined." 4 TIL: GitHub Actions | Fix "Error: Dependencies lock file is not found" 5 TIL: TypeScript | Fix "TS2307: Cannot find module 'src' or its corresponding type declarations." 6 TIL: Docker | Show Only Unnamed Volumes 7 TIL: Tornado | Fix "tornado.util.TimeoutError: Operation timed out after 5 seconds" 8 TIL: Midnight Commander | Open Same Folder in Another Panel 9 TIL: ESLint | Fix "'props' is assigned a value but never used @typescript-eslint/no-unused-vars" Question How to show only names of volumes? Answer Use --format. $ docker volume ls --format '{{.Name}}' Enter fullscreen mode Exit fullscreen mode Links https://docs.docker.com/config/formatting/ Top comments (0) Subscribe Code of Conduct • Report abuse For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)