Install Docker Make sure Docker is installed and running on your machine. You can download it here. Verify installation with the command:
docker --version
Docker Compose (optional) If using Docker Compose, ensure it is installed. Check with:
docker-compose --version
Clone the Eigenda repository to your local machine:
git clone <https://github.com/eigenda/eigenda-node.git>
cd eigenda-node
Edit the config.yaml file (or equivalent configuration file).
Use your preferred text editor:
nano config.yaml
Set the required parameters, such as:
Pull the latest Eigenda Docker image:
docker pull eigenda/eigenda-node:latest