Setting Up JBoss EAP Docker

This Dockerfile extends the JBOSS EAP domain.

The docker related files are located in the folder docker_scripts/jboss in release.

Setting Up JBoss EAP Docker

Prerequisites

The services or components that should be available before the docker installation are as follows:

  • Docker should be installed, preferred version: 19.03.11-ol

  • The required packages and artifacts should be placed in a host directory <IBSS base dir>.

  • For the table management configuration windows network shared location needs to be mounted in a host directory <mount dir>.

  • In order to pull images from Oracle Container Registry, you need to register and log in to the Oracle Container registry.

docker login container-registry.oracle.com

Docker Login