How can I get the files from which a Docker Image was built?
"docker save" gives me a .tar file that expands to a much larger and more cryptic thing.
"docker export" only works on Containers, not Images.
I found a similar question here: How to see docker image contents but it doesn't explain how to actually get those files extracted to your hard drive, only how to look at them.