I have a large UDF iso file(more than 20GB). I want to read the content of this file in docker container which I can’t mount it. I have tried pycdlib
and isoparser
, but it only produced error. Is there any tools I can use to achieve the purpose?
2