I have already mentioned my project CacheBlocksExplorer recently in two articles
- Internal Structure of Caché Database Blocks, Part 2

- Internal Structure of Caché Database Blocks, Part 3

Now I would like to inform that this project can be easily run with docker.
Version for Caché and for InterSystems IRIS, now publicly available on docker hub.
Remember that you need the appropriate license key (for RedHat Linux) to be able to run this project.
Caché
docker run -d --rm \ -p 8080:57772 \ -v ~/cache.key:/usr/cachesys/mgr/cache.key \ -v /some/your/cache/db:/opt/blocks/db/test \


