Adding Custom Features to Application Docker Image

Before You Begin Package a custom feature as DAA. You can get custom feature DAA by using one of the following ways:
    Procedure
  1. To add custom features such as database drivers to your application Docker image, you must copy one or more custom feature DAA to the same folder which contains application DAA and application configuration YAML file.
  2. Specify the location of the folder or the .zip file that contains custom feature DAA, configuration YAML file, application DAA, and optionally the Log4j and JVM configuration files by using --app_location argument. See Building the Application Docker Image by Using Docker Build.