mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
- Rename container/container -> containers/container - Collapse containers-state into containers - Complete refactor of network/host-network for improved UX. A new must expression ensure mutual exclusion between host and networks - Rename entrypoint -> command, for consistency (overrides ENTRYPOINT) - Move nodes around a bit for more logical placement in model - Clean out all traces of a container on removal - Rename container image_id -> image-id for consistency The active queue is for tracking currently running containers, ensuring only relevant changes are applied, and also for container image upgrade, at the end of which these scripts are re-run to activate the new image Also, fix misplaced '-f' when pruning unused volumes. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>