I am currently investigating a bit in Docker and know that you can map files and folders of the host-system to the container so that after the container got killed, the files are still available (Volumes).
So I asked myself, how about changes in the Windows registry? Lets assume that an app also does some modifications there, which I want to keep. How do I do that?