Configuration for Windows-Based Containers
You can add a pre-process script file or the post-process script file on a Windows access node.
- Create a folder named kscripts in the software_installation_directory\ContentStore\Base folder.
- Add the pre-process script file or the post-process script file with the following naming convention:
- namespace.application_name.prescript
- namespace.application_name.postscript
where application_name is the name of the discovered application.
To execute the scripts for all namespaces that have the specific application, add the script files with the following naming convention:
- $.application_name.prescript
- $.application_name.postscript
where application_name is the name of the discovered application.
Last modified: 12/8/2020 7:41:42 PM