This repository contains non-root Docker Parity image based on CentOS alongside with OpenShift template based on that image.
Run a Parity Ethereum node on OpenShift for free in just a few clicks:
-
If you don't have your OpenShift instance, register an account on RedHats OpenShift Online, or install Minishift
-
Pick a template:
-
Parity (Ephemeral) Ideal for just trying things out, spawns one Parity ethereum node. Guidelines here.
-
OpenShift Blockhain Consortium starter For a more serious deployment; runs 1 Validator (authority) ethereum node running AuRa consensus algorithm, 3 load balanced, fatDB enabled, Secondary ethereum nodes, 1 Block explorer. Guidelines here.
Install the image:
docker pull dapowerplay/parity
Alternatively, pull a specific version:
docker pull dapowerplay/parity:1.9.5-centos
Start Parity container in working directory:
docker run -d dapowerplay/parity:1.9.5-centos --base-path=.
Upload template to OpenShift cluster:
oc create -f parity-openshift-ephemeral.json
Generate API object from template:
oc process parity-openshift | oc create -f -
"Creation is always an act of collaboration."
🔗🔗🔗
Happy Coding! 🔥 🚒