Windows

The LTO anchor node is comprised of a set of two Docker containers. Use docker-compose as orchestration tool.

Docker Desktop

  1. Double-click Docker Desktop for Windows Installer.exe to run the installer.

  2. Docker does not start automatically. To start it, search for Docker and select Docker Desktop for Windows in the search results.

For more detailed instructions please read the Installation guide in the Docker documentation.

Docker Desktop includes docker-compose, so it's not needed to install that separately.

Start the node

  1. Download the docker composer configuration file for LTO anchor node.

  2. In PowerShell (or another terminal) run docker-composer up.

Last updated