I have a jenkins container running and would like to have it's configuration isolated in a container commit. Only problem is that there docker won't commit changes of mounted volumes - so I have to unmount them.
Is there a way to let docker mount volumes and commit changes of the directories?
I read about the readonly option for volume bindings. Might that help?