mirror of
https://github.com/docker/cli.git
synced 2026-09-24 15:30:10 -05:00
fd22b67295e61db05de65e271a36999b80350a19
the service definition uses the format as defined in http://man7.org/linux/man-pages/man5/hosts.5.html (IP_address canonical_hostname [aliases...]) This format is the _reverse_ of the format used in the container API. Commit f32869d956eb175f88fd0b16992d2377d8eae79c inadvertently used the incorrect order. This fixes the order, and correctly sets it to; IP-Address hostname Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: f1b9df91722a229fd0cefd7a0868933b6b811544 Component: engine
Languages
Go
92.3%
Shell
5.4%
Dockerfile
1.1%
Go-Checksums
0.7%
Makefile
0.3%
Other
0.2%