mirror of
https://github.com/docker/cli.git
synced 2026-01-26 15:41:42 +03:00
This fix tries to fix the issue raised in 25863 where `--ip` value is not validated for `docker create`. As a result, the IP address passed by `--ip` is not used for `docker create` (ignored silently). This fix adds validation in the daemon so that `--ip` and `--ip6` are properly validated for `docker create`. An integration test has been added to cover the changes. This fix fixes 25863. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> Upstream-commit: c7045eb93523df76feb9f3e00540e69471a1855e Component: engine