Installing Entitlement Microservices in Docker

This section helps you to install the Entitlement Microservice in Docker.

Procedure:

  1. Copy the zip file into the installation directory.
  2. Extract the zip file.
  3. To get your Microservice up and running, execute the below command, which creates an image and docker container for the image.
    • For Windows: entitlement.bat up --build -d
    • For Linux: entitlement.sh up --build -d

Post Installation Verification

Procedure:

  1. Launch the Microservice home page for docker using the below URL.

    http://localhost:8095/ms-entitlement-api/

    The entitlement API link on the home page launches the OAS definition of the service.

  2. To stop and remove the existing container, execute the below command.
    • For Windows: entitlement.bat down
    • For Linux: entitlement.sh down

Bookmark Name Actions
Feedback
x