moby--moby/cli
Sebastiaan van Stijn f1b9df9172
swap position of "host" and "ip"
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 f32869d956
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>
2016-11-18 22:04:27 +01:00
..
command swap position of "host" and "ip" 2016-11-18 22:04:27 +01:00
flags Add for String 2016-11-03 16:15:26 +08:00
cobra.go Only hide commands if the env variable is set. 2016-09-19 13:28:15 -04:00
error.go Remove old cli framework. 2016-08-25 13:09:04 -04:00
required.go fix typos 2016-07-05 20:42:17 +08:00