1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/cli/command/stack
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
..
cmd.go refactor help func in CLI 2016-11-17 10:54:10 -08:00
common.go Remove duplication of name mangling. 2016-11-10 11:28:18 -05:00
deploy.go swap position of "host" and "ip" 2016-11-18 22:04:27 +01:00
deploy_bundlefile.go Restore stack deploy integration test with dab 2016-11-10 11:28:19 -05:00
list.go Fix several issues with go vet and go fmt 2016-11-17 06:31:28 -08:00
opts.go Reinstate --bundle-file argument to 'docker deploy' 2016-11-10 11:28:18 -05:00
ps.go Replace all "Filter" field with "Filters" for consistency 2016-11-01 23:09:30 +08:00
remove.go Make experimental a runtime flag 2016-10-24 15:20:01 -07:00
services.go Replace all "Filter" field with "Filters" for consistency 2016-11-01 23:09:30 +08:00