We are building a system image for a device with Yocto, and we also can build container images, that can be stored somewhere on the filesystem of the device.
The idea now is, to have the containers be started automatically, when the device is powered on, even if the device never had any network connection. When the device is connected later, those containers should be managed with Kanto. Is this possible, how could we do that?