AppContainerDirectory

After creating the base image, it can be used to create your own custom application image that includes the applications you want to run in a container. Copy the files needed to run your application to the subdirectory called AppContainerDirectory.

For the containerization sample, this directory is already populated with the following files needed to run the tour and newftest sample programs with AcuRCL and AcuToWeb:

Set execute permission on the script files as follows:

chmod +x AppContainerDirectory/*.sh

Set ASCII file line terminators to use the UNIX style as follows:

dos2unix --quiet * 
dos2unix --quiet AppContainerDirectory/*