Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-25 | container: T2216: use defaultValue XML definition to define port protocol | Christian Poessinger | |
Instead of hardcoding the default protocol as TCP in the Python script we shall use the XML based defaultValue approach instead. This also automatically exports the default to the CLI completion helper. | |||
2022-12-25 | container: T2216: add verify() for port definition | Christian Poessinger | |
If port is specified on the CLI so must be source and destination under the port node. | |||
2022-11-05 | container: T4802: support per container shared-memory size configuration | Christian Poessinger | |
Size of /dev/shm within a container can be defined via --shm-size when invoking the container. Add corresponding CLI node. | |||
2022-10-29 | containers: T3903: Use systemd units for containers | sarthurdev | |
* ExecStop action with defined timeout allows for quicker reboot/shutdown with containers | |||
2022-06-28 | Merge pull request #1376 from sever-sever/T4473 | Christian Poessinger | |
containers: T4473: Fix create container with not exist network | |||
2022-06-28 | containers: T4486: Fix path for removing containers | Viacheslav Hletenko | |
Fix correct path for removing containers and container networks Reduce timoute from 10 (default) to 3 seconds for stopping containers | |||
2022-06-28 | containers: T4473: Fix create container with not exist network | Viacheslav Hletenko | |
Fix for setting container without or wrong network decalaration | |||
2022-05-12 | container: T2216: use warning over exception when container image does not exist | Christian Poessinger | |
2022-05-01 | container: T4353: fix Jinja2 linting errors | Christian Poessinger | |