if (devices != null) {
startContainerCmd.withDevices(devices);
}
RestartPolicy restartPolicy = DockerHelper.getProperty(DockerConstants.DOCKER_RESTART_POLICY, configuration, message, RestartPolicy.class);
if (restartPolicy != null) {
startContainerCmd.withRestartPolicy(restartPolicy);
}