moby/cli/command/service
Vincent Demeester 9d4aa3621f Make --publish-rm precedes --publish-add, so that add wins
`--publish-add 8081:81 --publish-add 8082:82 --publish-rm 80
--publish-rm 81/tcp --publish-rm 82/tcp` would thus result in 81 and
82 to be published.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-12-11 23:14:54 +01:00
..
cmd.go refactor help func in CLI 2016-11-17 10:54:10 -08:00
create.go Remove --port and update --publish for services to support syntaxes 2016-12-11 23:14:54 +01:00
inspect.go Fix typs from go to Go 2016-10-18 19:40:16 +08:00
inspect_test.go api: Hide UpdateStatus when it is not present 2016-12-01 15:08:41 -08:00
list.go Suppressing digest for docker service ls/ps 2016-11-18 09:39:34 -08:00
logs.go cli: docker service logs support 2016-11-10 13:46:02 -08:00
opts.go Remove --port and update --publish for services to support syntaxes 2016-12-11 23:14:54 +01:00
opts_test.go more review updates 2016-11-09 14:27:45 -05:00
parse.go do not force target type for secret references 2016-11-17 15:49:02 -05:00
ps.go Revert "Add -a option to service/node ps" 2016-11-28 18:08:45 +01:00
remove.go Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
scale.go Return warnings from service create and service update when digest pinning fails 2016-11-18 09:31:31 -08:00
update.go Make --publish-rm precedes --publish-add, so that add wins 2016-12-11 23:14:54 +01:00
update_test.go Make --publish-rm precedes --publish-add, so that add wins 2016-12-11 23:14:54 +01:00