Windows
The LTO anchor node is comprised of a set of two Docker containers. Use docker-compose as orchestration tool.
- 1.
- 2.Double-click
Docker Desktop for Windows Installer.exe
to run the installer. - 3.Docker does not start automatically. To start it, search for
Docker
and select Docker Desktop for Windows in the search results.
Docker Desktop includes docker-compose, so it's not needed to install that separately.
- 1.
- 2.In PowerShell (or another terminal) run
docker-composer up
.
Last modified 2yr ago