This is the repository for the kunstmaan/*-multichain docker images.
- kunstmaan/base-multichain: A base Ubuntu with the latest Multichain deamon installed
- kunstmaan/master-multichain: Based on the "base" image running a master node, creates a blockchain and runs it. Important: only for development since any node can connect, anyone can administer and the RPC interface is open to all.
- kunstmaan/node-multichain: Based on the same "base" image and connects to the master node
- kunstmaan/explorer-multichain: A node with the Multichain explorer installed
Use this docker-compose.yml and run:
sudo docker-compose up