Docker for Weblogic with domain and sshd
435
This docker image use Weblogic 12.2.1.2 with CentOS base system
This docker image already configured base_domain and sshd
Note:
It use root user to start supervisord, weblogic and sshd
You must have ssh-keypair (id_rsa & id_rsa.pub) and use the command below:
docker run -d -p 2222:22 -p 8001:8001 -p 9001:9001 --name=wlsadmin \
-v /YOUR_SSH_KEY:/sshkey playniuniu/weblogic-sshd:12.2.1.2
For weblogic image without sshd, use playniuniu/weblogic-domain
Content type
Image
Digest
Size
670 MB
Last updated
almost 10 years ago
docker pull playniuniu/weblogic-sshd:12.2.1.2