microsoft / hcsshim

Windows - Host Compute Service Shim
MIT License
565 stars 256 forks source link

Support passing in fabric manager config #2249

Closed katiewasnothere closed 6 days ago

katiewasnothere commented 3 weeks ago

This PR adds support for passing in a configuration file when running fabric manager in the init program. If this configuration file is not present on the machine, fabric manager will fall back to running with all default settings.

The config file can be customized to determine where the fabric manager's logs will be output, when to rotate the log files, fabric operation mode, and more. See fabric manager doc for more details on how fabric manager works and how it can be configured.