Skip to content

Local setup using Docker

The Docker image built during this process is used to launch agents for new organizations on the CREDEBL platform.The Docker image name is set as an environment variable during the platform setup in a later step.

CREDO Controller

Clone the following repository:

Terminal window
git clone https://github.com/credebl/credo-controller
cd credo-controller

Use following commands to install and upgrade Yarn:

Terminal window
npm install -g yarn

To install the dependancies use following command:

Terminal window
yarn

Build Agent controller using the following command:

Terminal window
yarn build

Create Docker Image using following command :

Terminal window
docker build . -t credo-controller-0.4.2:latest // Mention credo controller version or any tag name