sysbox icon indicating copy to clipboard operation
sysbox copied to clipboard

Have Sysbox pick up its configuration from a file

Open ctalledo opened this issue 5 years ago • 0 comments

Sysbox currently picks up its config via command line parameters to sysbox-runc, sysbox-fs, and sysbox-mgr.

In addition to this, it would be good if Sysbox could pick up the configuration from a file. This is cleaner and will allow us to better deal with the number of config options (which are likely to grow over time).

Ideally it would be a single config file parsed by sysbox-mgr, from which sysbox-fs and sysbox-runc pick up their respective configurations. The config file could be in toml or json format (TBD).

ctalledo avatar Feb 26 '21 21:02 ctalledo