Hacker News new | ask | show | jobs
by amcpu 873 days ago
The dive utility helps tremendously for exploring the filesystem contents of a container image. Combine that with the output of `docker inspect` to look at the metadata and you should be able to have a good understanding of what it will do when running as a container.
1 comments

Evaluating the whole contents of a filesystem is significantly more complex than evaluating one shell script.