talfco / clb-polkadot

A Docker Image Configuration for the Polkadot Validator Node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This is a Polkadot Validator Node Docker Image base on Ubuntu 16.04 (Jelastic PaaS ready)

Refer to the following tutorial for more instructions.

Latest Install Instructions on the Polkadot Wiki: * https://wiki.polkadot.network/en/latest/polkadot/node/guides/how-to-validate/

Docker Build Commands

  • docker build -t=talfco/clb-polkadot:v0.2.3 .
  • docker run --rm -it --mount source=data,destination=/media/disk1/chains talfco/clb-polkadot:v0.2.3
  • docker push talfco/clb-polkadot:v0.2

Miscellaneous

  • Polkadot DB Location: will be mapped to the /data

About

A Docker Image Configuration for the Polkadot Validator Node

License:GNU General Public License v3.0


Languages

Language:Dockerfile 77.3%Language:Shell 22.7%