Sign inSign up

clearmatics/autonity-init

By clearmatics

Updated over 5 years ago

Image
0

3.4K

clearmatics/autonity-init repository overview

Autonity-init

This Docker image is used for initialisation Autonity in a Kubernetes cluster and is used alongside the below Helm charts:

Description

  1. If the keystore does not exist:
    1. autonity account import (will get the priv_key and password from k8s secrets)
  2. If the blockchain does not exist and the flag --account-import-only is NOT used:
    1. autonity init (will get the genesis.json from k8s configmaps)

Usage

Docker build

docker build -t autonity-init .

Docker run

docker run -ti --rm -v $(pwd)/tmp:/autonity autonity-init --debug=true --account-import-only=true

Tag summary

Content type

Image

Digest

Size

92.3 MB

Last updated

over 5 years ago

docker pull clearmatics/autonity-init