Issue: cannot find weblogic domain folder in a commited docker image

I’m facing a strange issue. I’ve a docker container running in which I configured a Weblogic SOA (12.2.1.2.0) Domain and deployed some application. Tested it and working fine. The domain folder is not on external mount point.

Now I created a new image out of this container using docker commit. When i run a new container using this newly built image, I found that the folder is missing in this new container.

i’ve tried it multiple times with same issue.

I’m using docker 1.13.1 on Oracle linux (7.x). Any idea on what could be the issue? Or is there any specific parameter to be used?