mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-28 11:43:01 +02:00
This patch allows containers created with "podman create" to surivce rebots, and even reconfigurations at runtime, as long as their config has not changed. Allowing some level of persistence in the writable layer given to containers. For even more persistency, support for volumes (they sync with dir in container on first use) and mounts (creates empty writable dirs in the container) must be added. A third option, a variant of mounts, is to allow a leaf-list "file", where binary content can be added and then mounted into the container, e.g. /run/containers/files/$name/file.ext -> container://$name/etc/file.ext None of this is available yet, but seems likely we need to add in the very near term. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
3 lines
129 B
Plaintext
3 lines
129 B
Plaintext
service log:prio:local1.err,tag:container \
|
|
[2345] execd /run/containers/queue /var/lib/containers/done -- Container job runner
|