summaryrefslogtreecommitdiff
path: root/src/op_mode/containers_op.py
AgeCommit message (Collapse)Author
2022-05-08container: op-mode: T3852: use XML inline podman commandsChristian Poessinger
Reduce bloat of containers_op.py wrapper script. All commands can be passed directly to podman via the XML script. This also makes the execution faster, as no Python environment needs to be build up.
2022-04-29T2216: containers need to be added via "add container image" in advance ↵Christian Poessinger
before using them
2021-08-23container: T2216: op-mode now supports updating the image for a given containerChristian Poessinger
2021-04-21container: T2216: Rewrite op-mode to pythonsever-sever