mercure-imaging / mercure

mercure DICOM Orchestrator
https://mercure-imaging.org
MIT License
65 stars 31 forks source link

add support for specify a CIDR for the docker0 iface #78

Open cadrogui opened 2 months ago

cadrogui commented 2 months ago

Hi everyone, Ive made some changes in the Install script for allow to specify an CIDR for the default docker0 bridge iface.

Here is an example of the feature with a private A class CIDR

sudo ./install.sh -c 10.6.0.0/16 systemd

https://github.com/mercure-imaging/mercure/issues/77

Regards