summaryrefslogtreecommitdiff
path: root/interface-definitions/container.xml.in
AgeCommit message (Collapse)Author
2022-11-22container: T4834: Limit network names to 11 characters (15 char max ↵sarthurdev
including "cni-" prefix) * Error: unable to start container "<id>": plugin type="bridge" failed (add): cni plugin bridge failed: failed to create bridge "cni-thisismorethan15chars": could not add "cni-thisismorethan15chars": numerical result out of range
2022-11-05container: T4802: support per container shared-memory size configurationChristian Poessinger
Size of /dev/shm within a container can be defined via --shm-size when invoking the container. Add corresponding CLI node.
2022-05-08container: T4353: fix conf-mode script nameChristian Poessinger
2022-05-01container: T4353: fix Jinja2 linting errorsChristian Poessinger