Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • controller
    • build.sh
    • build
      • Dockerfile
      • entrypoint.sh
      • start-controller.sh
      • config

The root directory controller can have any name. Note that build script listed below will, by default, use the directory name and release number to determine the resulting image name.

The build script build.sh, entrypoint script entrypoint.sh and Controller start script start-controller.sh are described below.

...