mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
This fix tries to address the issue raised in #23528 where docker labels caused journald log error because journald has special requirements on field names. This fix addresses this issue by sanitize the labels per requirements of journald. Additional unit tests have been added to cover the changes. This fix fixes #23528. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> Upstream-commit: 9528ea930cdb90f906230a6d4cab179001255927 Component: engine