This guide uses Docker to run Oracle WebLogic.
For Docker installation, see Docker.
Create a directory to store your configuration and compose files.
mkdir -p /opt/oracle-weblogic
cd /opt/oracle-weblogic
Define a container for Oracle WebLogic.
services:
oracle-weblogic:
image: ${WEBLOGIC_IMAGE}
ports:
- "7001:7001"
- "7002:7002"
Start the container in the background.
docker compose up -d
WEBLOGIC_IMAGE=container-registry.oracle.com/middleware/weblogic:<supported-tag>Any questions?
Feel free to contact us. Find all contact information on our contact page.