![]() |
VOOZH | about |
Oracle Linux, JDK 1.7.0_65, WebLogic Server 12.1.3
10K+
WebLogic 12.1.3 generic installation
To start the Administration Server container:
docker run -it -e SERVER_TYPE=AdminServer --name AdminServer --expose=7001 -p 7001:7001 radudobrinescu/wls12c:1.0 bash -c '/oracle/fmwhome/wlst_custom/startWLS12c.sh && /bin/bash'
To create and start a new Managed Server container:
docker run -it -e SERVER_TYPE=ManagedServer -e ADMIN_HOSTNAME=<IP_ADDRESS> -p 7101:7101 --name ManagedServer1 radudobrinescu/wls12c:1.0 bash -c '/oracle/fmwhome/wlst_custom/startWLS12c.sh && /bin/bash'
Note: If the below error comes up while starting the containers, there should be two dashes before "name" parameter in the startup command, i.e. "- - name"
Unable to find image '–name:latest' locally FATA[0000] Invalid repository name (–name), only [a-z0-9-_.] are allowed
Please download Tag 2.0 should you need root access within the container, with password "root" More about the Dockerfile and custom WLST scripts at http://oraclemiddlewareblog.com
Content type
Image
Digest
Size
1.7 GB
Last updated
over 8 years ago
Requires Docker Desktop 4.37.1 or later.