Description
Feature Request
Describe the Feature Request
Add to the integrated Docker image (actually a compose set of images) also a zeronsd image to handle name serving on networks.
This would allow creation of self-contained server with everything needed to run a private network solution.
Describe Preferred Solution
In general I would like better a really integrated solution (a single image to run, not multiple images) and in this case more so because having separate images would mean run multiple instances of zerosnd container as it serves a single network.
Having a single container breaks a little Docker concept, makes it easier to deploy (e.g.: on "smart" NAS) and also makes possible to run multiple instances of a single process (i.e.: zeronsd) without associated overhead of running multiple containers.
The main user interface should (possibly under a checkbox control) launch a zeronsd instance each time a network is created.
Describe Alternatives
It is also possible to keep current structure and have a single container for zerosnd launching multiple instances of daemon under zero-ui conrol, but it seems harder to implement properly.
If the feature request is approved, would you be willing to submit a PR?
Yes, but my time is currently very limited and I will surely need assistance with the UI part as I'm not proficient in javascript.