docker: auto-generate node key file
- Improve docker-entrypoint to auto-generate the node key file when it doesn't exist.
- Rename variable DUNITER_INSTANCE_NAME to DUNITER_NODE_NAME (the former is still accepted though)
- Add optional variable DUNITER_PUBLIC_ADDR to configure the '--public-addr' duniter option
Merge request reports
Activity
Filter activity
requested review from @HugoTrentesaux
assigned to @HugoTrentesaux
- Resolved by Hugo Trentesaux
It would be nice to add a documentation to tell the user the env var he should set and the job that is done automatically.
assigned to @pini-gh and unassigned @HugoTrentesaux
added 1 commit
- 67c3a704 - docker: document docker image usage with README.md
removed review request for @HugoTrentesaux
requested review from @HugoTrentesaux
assigned to @HugoTrentesaux and unassigned @pini-gh
- Resolved by Hugo Trentesaux
- Resolved by Hugo Trentesaux
- Resolved by pini
added 2 commits
- Resolved by Hugo Trentesaux
I added a readme in my documentation branch. You can add
The Docker images are uploaded on https://hub.docker.com/r/duniter/duniter-v2s/tags
and give a bit more detail about this third party service.
Otherwise I'll add when rebasing my branch.
- Resolved by Hugo Trentesaux
How can we test this new
docker-entrypoint
?
Please register or sign in to reply