Is there an easy way to check what files were produced after container exits?
I saw recommendations to rewrite Dockerfile and add ls commands to it, but that's not the easy way for me.
UPDATE: I was using VOLUME directive inside Dockerfile and docker diff doesn't show changes there.