5. docker-compose for WebLogic cluster deployment
In the earlier post you have seen how to use docker-compose for WebLogic images to build and also run the container with new application deployment. In this post you will be able to see the WebLogic managed servers forms cluster and the application will be deployed on top of it.    Prerequisites  Let me keep the list of prerequisite steps which you can follow my previous blog post or youtube video.     docker pull oraclelinux:7-slim    git clone https://github.com/oracle/docker-images.git   download server-jre1.8 latest version copy to OracleJava/dockerfiles build the image and make it as oracle/serverjre:8  download weblogic 12.2.1.2.0 quick installer which is used for development, it is small in size. image name it as oracle/weblogic:12.2.1.2-developer    create new docker images where 12212-domain:latest using WLST and shell script which are available in container scripts.   create new docker images named as 1221-appdeploy:latest where it uses 12212-doma...