Building Docker Images
After the required files are copied at the Docker context, you can build the Docker images. Use Docker-Compose for building the Docker images.
- Procedure
- Go to the
$OM_HOME/docker/base/1.0
directory and execute the following command:docker build -t tibco/base:1.0 --rm=true .
- Go to the
$OM_HOME/docker
directory and execute the following command:docker-compose --file docker-compose-build-complete.yml build
- Run the following command to check the images that are created:
$] docker images
You might get the following output: