Install new instances
The --network
parameter of install.pl
script is used for docker containers and should be a free private network IP-address.
install.pl
converts this IP-address to a /27 network for the exclusive use of the instance that is being installed
In this example we use 172.28.0.64
and instance containers would use 172.28.0.64/27
network.
perl /opt/DSuite/install.pl --install instancenamehere --network 172.28.0.64
perl /opt/DSuite/install.pl --enable instancenamehere