containerd
Any plans to support containerd+runc ?
I can take a look at it to check whether it would be possible to implement
Looking at this now, is there any obvious reason why you would use runc compared to all the other container platforms out there?
Many IoT devices don't have the compute/memory resources to run a full Docker/Podman stack.
Since I have no idea about this, why would you host a container on an iot device in the first place?
Over-the-Air updates with safe rollback
Would such containers with a very small footprint even support a normal shell? It is also a common problem with docker containers that are made to be limited in size that there is no shell installed that xpipe can open for the container.
If that is the case, then many container integration features of xpipe don't work. You can only really use it to start, stop, etc the containers
Small IoT devices can still run small Linux distros, like Alpine Linux, with shells. Then you just run runc exec -t -u 0 $FULL_CONTAINER_ID sh