How to make windows registry entry persistent in docker container

HI,
I have a legacy MSI application. This application saves the data into windows registry. I want to make it persistent so that if my containers goes down due to any reason I can get all the updated information from registry.

Can anybody suggest the approach that I should follow for the same.