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

Compare with Current View Page History

« Previous Version 3 Next »

work in progress

Article under construction

Introduction

The JobScheduler Universal Agent can be operated inside a Docker container.

Running JobScheduler Universal 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 Universal 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 most recent release of the JobScheduler Universal Agent and extracts it in the /root directory.

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

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

 

  • No labels