Last updated 3 years ago
The LTO anchor node is comprised of a set of containers. Use docker-compose as orchestration tool.
apt install docker
yum install docker
Use pip (python package manager) to install docker-compose.
pip
$ pip install docker-compose
$ curl "https://raw.githubusercontent.com/ltonetwork/lto-anchor-node/master/docker-compose.yml" -o docker-compose.yml $ docker-compose up