goldworm-icon / icon-node-ctl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ICON Node Controller

Overview

  • Control all ICON-related docker images on QAVMNet.
    • docker images include both loopchain and iconservice.
  • Author: Chiwon Cho (goldworm@iconloop.com)

Features

  • Apply a Docker Image Tag to .env file.
  • Start and stop ICON docker image set.
  • Remove old database.

How to use

Help

# iconnodectl --help

Start service

# iconnodectl start --help
# iconnodectl start

Stop service

# iconnodectl stop --help
# iconnodectl stop

Remove database

# iconnodectl removedb --help
# iconnodectl removedb

Restart service

# iconnodectl restart --help
# iconnodectl restart --reset-db --tag 1907161122x07ce31

About


Languages

Language:Python 100.0%