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 Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)