Installing Aggregation Microservice in Docker
This section helps you to install the Aggregation Microservice in Docker.
Procedure:
Follow the steps below to install the Account Aggregation microservice in Docker:
- Copy the zip file into the installation directory and unzip it.
- To get your microservice up and running, execute the below command which creates an image and docker container for the image:
- For Windows – AccountAggregation.bat up --build -d
- For Linux – AccountAggregation.sh up --build –d
- Post running the above command, use docker ps –a to check if the containers are running.
In this topic