Run Engine command framework

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


Implementation methods

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