6068b202c68556d8b383cd03c1835d50a7317f10
--ip and --ip6 for docker create
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
Description
No description provided
Languages
Go
92%
Shell
5.5%
Dockerfile
1.1%
Go-Checksums
0.9%
Makefile
0.3%
Other
0.2%