Container support
The following new feature affects LSF support for containers.
Run Docker images with an entry point
LSF now allows you to run Docker container jobs if the Docker image contains an entry point, but no command.
To submit a Docker job with a Docker entry point image, but no command, use the LSB_DOCKER_PLACE_HOLDER keyword instead of a command when submitting the job:
bsub -app docker_app_profile [options] LSB_DOCKER_PLACE_HOLDERAs for all Docker container jobs, you must use the -app option to specify an application profile that is configured to run Docker jobs. The Docker execution driver must be defined in this application profile in the lsb.applications file.