You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

work in progress

Article under construction

The Java Based JobScheduler Agent can be run inside a Docker container.

Running JobScheduler Agent inside a Docker container enables you to

  • run multiple services inside a docker container
  • start and stop services inside a docker container without restarting the docker container

Creating a JobScheduler Agent image

  • download the Dockerfile
  • put it into a working directory on a Docker host
  • cd into the working directory
  • create the image with docker build -rm -t jsagent .

The dockerfile is based on the jre8 image of https://registry.hub.docker.com/_/java/. It downloads the current TP of the Java Based JobScheduler Agent and extracts it in the /root directory.

It exposes Port 4445 (the standard port of JobScheduler Agent).

It start JobScheduler Agent with the "start_docker" parameter. See JS-1419 - Getting issue details... STATUS

 

  • No labels