Listing all docker volumes and their creation date without any additional tools required.
https://stackoverflow.com/a/77819947/11687201
- Getting the list of all docker volumes docker volume ls
- Passing that list to docker volume inspect
- Sorting by ascending date