Adding Custom Features to Application Docker Image

Before you begin Package a custom feature as DAA. For more information about how to generate JDBC driver DAA, see Generating JDBC Driver DAA.
    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.