mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
Container support in Infix was released with v24.02, so this change may unfortunately break a few use-cases out there. Regrettable as this is, the default behavior, including how containers are started after boot, break other use-cases that were considered more important. As of this commit: - all containers in Infix run in read-only mode, use volumes and mounts for persistence across reboot/stop/start/upgrade - all containers are now "recreated" at boot or related config changes, this ensures an OCI image embedded in the Infix image, /lib/oci/, is always used as the base for a running container Fixes #823 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
9 lines
282 B
Plaintext
9 lines
282 B
Plaintext
d /run/containers/args 0700 - -
|
|
d /run/containers/files 0700 - -
|
|
d /var/lib/containers/oci 0755 - -
|
|
d /run/containers/inbox 0700 - -
|
|
d /run/containers/queue 0700 - -
|
|
d /run/containers/active 0700 - -
|
|
d /run/cni 0755 - -
|
|
L+ /var/lib/cni - - - - /run/cni
|