Installing Callback Registry Microservices in Docker

This section helps you to install the Callback Registry Microservice in Docker.

Procedure:

  1. Install Docker of latest version.
  2. Copy the zip file into the installation directory.
  3. Extract the zip file.
  4. Open the command prompt from the same location.
  5. Execute the below command, which creates an image and docker container for the image.
    • For Windows: callbackregistry.bat up --build -d
    • For Linux: callbackregistry.sh up --build -d
  6. Execute the below commands to check the log for database logs.
    • For windows: callbackregistry.bat logs -f db-service
    • For Linux: callbackregistry.sh logs -f db-service
  7. Execute the below commands to check the log for api module logs.
    • For windows: callbackregistry.bat logs -f api
    • For Linux: callbackregistry.sh logs -f api
  8. Execute the below commands to stop and remove the existing container.
    • For Windows: callbackregistry.bat down
    • For Linux: callbackregistry.sh down

Post Installation Verification

If all the installation process is done, you can check by launching the Microservice home page for docker using the below URL.

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

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

Callback Registry Docker images are shown below.


Bookmark Name Actions
Feedback
x