3. How to build docker image for Oracle weblogic container on Oracle Linux 7-slim image?

preview_player
Показать описание
Target to create docker image for WebLogic 12.2.12 for developer

Step 1: Get the WebLogic binaries to your host machine
===================================

cd /docker-images/OracleWebLogic/dockerfiles/12.2.1.2

Step 2: Docker build command for creating new WebLogic image using Quick installer

Step 3:
Run multiple containers for standalone domains :
docker run -d --name=wlsadmin -p 7001:7001 05da40ceb738

You can also try the following:
docker run -d --name=dev -p 8001:7001 image_id
docker run -d --name=uat -p 9001:7001 image_id @
docker run -d --name=ft -p 6001:7001 image_id

Step 4:
To confirm the shell script that docker container use
docker ps -l

Step 5:
To get the Admin Password for the WebLogic doamin

docker logs --details container_name

Example: docker logs --details dev

Login to the admin console for wlsadmin container

Eg: 192.168.33.100:7001/console [for wlsadmin container]



Please visit our blogs:

#PavanDevarakonda #DevOps #Docker #DockerWebLogic
#OracleWebLogic
Рекомендации по теме
Комментарии
Автор

HI Pavan - I have been following your posts for the last couple of years . You have always inspired me .I learned new concepts especially in weblogic . Thank you for all your posts . Its a great way of learning.

Regards,
Vijay Soundaram

Fame
Автор

How to add Security User and Roles for an application in domain.yaml file.

vikasjain
Автор

Hi Pavan,

How did you install the jre as it is throwing error for me as access denied

singh
Автор

Hi Pavan Thanks for the Vedio, am bit confused with the files your executing. can you please show it from downloading and what files we will get.
the scripts your running we will get it from docker? or we need to create on our own?

sureshchelluboyina
Автор

HI Pavan,
Thanks for videos !!!
Docker store is also having the oracle weblogic 12c image, I downloaded it, As per their information on docker site, The WLS images is built on Oracle linux and JDK8, I hv just one question is it possible to deploy an application having combination of pro*c and java on weblogic 12c container. I also found the linux container used as base images is not having gcc in it, could you please help me out in this

entertainmentbolly
Автор

i got an issue when run the weblogic images, when i check with docker ps -a, it shows the status is Exited(0).. i believe it failed to run.. if i check the log it replied with properties file with username and password needs to be supplied..

may you help to adivce

danyfauzi
join shbcf.ru