firecracker-containerd icon indicating copy to clipboard operation
firecracker-containerd copied to clipboard

Config file should be usable by firecracker-local and runtime during tests

Open xibz opened this issue 6 years ago • 0 comments

#346 adds configuration loading the firecracker-local package. The problem with this change is the runtime and firecracker-local have two separate configs, but need one of the values, shim_base_dir to be consistent between the files. This is really fragile and is really confusing. Ideally we would write a single config that is used by firecracker-local and the runtime.

xibz avatar Dec 02 '19 23:12 xibz