mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
This patch adds a new CLI command 'container upgrade foo', where 'foo' is the name of the container. If more than one container use the same image, multiple upgrades must be done because a container runs not on the 'image:tag' but on the hash of the 'image:tag' it was created from. Rename "done" queue to "active", since we want to recreate an active container after fetching an updated base image. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
7 lines
216 B
Plaintext
7 lines
216 B
Plaintext
d /run/containers/args 0700 - -
|
|
d /var/lib/containers/active 0700 - -
|
|
d /run/containers/inbox 0700 - -
|
|
d /run/containers/queue 0700 - -
|
|
d /run/cni 0755 - -
|
|
L+ /var/lib/cni - - - - /run/cni
|