I am evaluating application sample with WebSphere8 running in Docker. https://hub.docker.com/r/ibmcom/websphere-traditional/
Along with this tech note, I want to change some server settings. http://www-01.ibm.com/support/docview.wss?uid=swg21614221
But as you know, docker container throw away any changes in container storage once the application server is restarted.
So, my question is how can I preserve these server settings change beyond server restart, such as using docker volume.