orabuntu-lxc icon indicating copy to clipboard operation
orabuntu-lxc copied to clipboard

Use Parameter File Instead of Command Line Parameters

Open gstanden opened this issue 9 years ago • 0 comments

So Orabuntu-LXC is a highly-configurable software. It can take many many parameters. It's not feasible nor manageable to pass them in on the command line so I need to migrate the parameters over to a parameter file that has tag:parameter, e.g.:

domain1:yourdomain1 domain2:yourdomain2 network1:10.207.39.0/24 network2:10.207.29.0/24 nameserver:stlnsa

This way I can just grab these parameters from the configuration file using the tags. Need to implement this ASAP and especially as part of creating configurable non-hardcoded IP subnets (user settable).

gstanden avatar Oct 22 '16 19:10 gstanden