Docker volume
volumes:nodeosd
and mongo
. To simplify the startup process, use the docker-compose
utility. Enter the ~/testnet
directory (where docker-compose.yml
is located), and execute the services load command:-d
is used to run the container in the background.nodeosd
and mongo
. To analyze the text of log files, you can use the following commands:--tail
— sets the number of last lines of text;
-f
— indicates that it is necessary to monitor the update log file.nodeosd
should also contain information about the generated blocks, as well as about the blocks received from Testnet. The information in the log file about the generated block should have the following form:In case of errors during container launch, it is recommended to stop the functioning of the services, removeDocker volume
and create it again.
Docker volume
, use the following command:Docker volume
, you need to re-execute the instructions, starting with p. 3.1. In case of errors when re-creating Docker volume
, you should report this to the CyberWay development team.