blocknetdx / dockerimages

Official Blocknet Docker Images
Apache License 2.0
10 stars 14 forks source link

ENH: add support for non-standard daemon name #47

Closed walkjivefly closed 2 years ago

walkjivefly commented 2 years ago

We need a way to specify a non-standard daemon name in the command the image will run, eg: StakeCubeCoin daemon is not called stakecubecoind but sccd

walkjivefly commented 2 years ago

daemon_stem in manifest-latest.json: https://github.com/blocknetdx/blockchain-configuration-files/pull/154 support in generate_build_files.py and ci.sh: https://github.com/blocknetdx/dockerimages/pull/48 support in exrproxy-env app.py: https://github.com/blocknetdx/exrproxy-env/pull/87