Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-11 | migration: T6007: convert all migration scripts to load as module | John Estabrook | |
(cherry picked from commit 26740a8d583f64dc0a27b59dd4ae303056972c0b) | |||
2024-04-06 | container: T6208: rename "cap-add" CLI node to "capability" | Christian Breunig | |
Containers have the ability to add Linux system capabilities to them, this is done using the "set container name <name> cap-add" command. The CLI node sounds off and rather should be "set container name <name> capability" instead as we use and pass a capability to a container and not add/invent new ones. |