Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 532 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 532 Bytes

Docker image for Quantum Resistant Ledger

Basic usage

# docker-compose up -d

Tools (only for Windows users so far)

node_[start|stop|rebuild] - Start, stop or fast rebuild of node

logs - Realtime status checking using container's log

logs_export - Exports last 10 000 rows of log

telnet - Connects to the node's 2000 port via telnet

resources_usage - Monitors of resources used by Python inside the container

attach - Starts bash console inside the contained

To be continued...