Run Engine command framework

The Run Engine command framework provides predefined commands, that you can use to change environment parameters or container configurations. This framework is built into the HCL provided Docker images.For example, you can use Run Engine commands to update the WebSphere Application Server JVM parameters by using the a predefined set-system-property Run Engine command.

Implementation methods

Although you can use Run Engine commands inside a running container, it is recommended that you build new Docker images to set new configurations by default, or pass in the parameters during Docker start up. For example,