mirror of
https://github.com/containers/podman-compose.git
synced 2025-06-11 07:26:58 +02:00
- Add support to handle sysctls maps. - Directly raise an error if sysctls is neither an array nor map instead of letting podman fail with an unhelpful message. Support for sysctls arrays was added in #261. Fixes #754: sysctls only works with arrays, not maps Signed-off-by: lemmi <lemmi@nerd2nerd.org>