docker-images
docker-images copied to clipboard
i unable to run domain twice,the error is "Domain Home is: /u01/oracle/user_projects/domains/base_domain"
I use docker-images/OracleWebLogic/samples/12213-domain-home-in-image's dockerfile to create an image, when I run the image to generate the container, the weblogic domain is started, after that when I stop the container and restart it, the weblogic domain cannot be started.
How can I start the weblogic domain when I restart the container?