lbryio / lbry-docker

This repository will be for Dockerfiles for the various LBRY packages.
https://hub.docker.com/u/lbry/
MIT License
11 stars 7 forks source link

Option to configure ecosystem for testnet #36

Open jessopb opened 5 years ago

jessopb commented 5 years ago

lbrycrd --testnet | --regtest

lbrynet:

chainquery: blockchain name is currently hardcoded according to Jack.

Leopere commented 5 years ago

There are a number of big changes for --testnet and --regtest which should be discussed with @tiger5226 and possibly @jessopb as I've merged in the Refactor branch @tiger5226's independent container files into the main Dockerfile for lbrycrd such that there's simply an environment variable and a few lines of code in the start.sh for the RUN_MODE=testnet and RUN_MODE=regtest.

Leopere commented 5 years ago

This feature and branch cannot be merged without @tiger5226 and #61

Leopere commented 5 years ago

https://github.com/lbryio/chainquery/blob/master/e2e/e2e.sh needs updated to use the new compose files.

tiger5226 commented 5 years ago

tested updating last night and was unsuccessful

OCI runtime exec failed: exec failed: container_linux.go:344: starting container process caused "process_linux.go:91: executing setns process caused \"exit status 21\"": unknown

@Leopere is aware