This repository contains the Blockchain node management microservice in the FIWOO platform
406
This repository contains the Blockchain node management microservice in the FIWOO platform
In order to deploy this microservice using Docker, follow these steps:
Download the docker image from Docker Hub
`docker pull fiwoo/blockchain-management`
Run the image. Take into account that the microservice is started on port 5001,
`docker run -e "Var1=<hexkey>" -e Var2="<enode>" -p 22000:22000 -p 50401:50401 -p 21000:21000 -p 9000:9000 --name quorum fiwoo/blockchain-management`
Content type
Image
Digest
Size
392.4 MB
Last updated
over 8 years ago
docker pull fiwoo/blockchain-management