1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/client/service
Yong Tang b31969ee36 Support --group-add and --group-rm in docker service create/update
This fix tries to address the issue raised in 25304 to support
`--group-add` and `--group-rm` in `docker service create`.

This fix adds `--group-add` to `docker service create` and `docker service update`,
adds `--group-rm` to `docker service update`.

This fix updates docs for `docker service create` and `docker service update`:
1. Add `--group-add` to `docker service create` and `docker service update`
2. Add `--group-rm` to `docker service update`

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2016-08-27 11:54:05 -07:00
..
cmd.go cli: docker service|node|stack ps instead of tasks 2016-07-27 11:06:42 -07:00
create.go Add container labels to service create/update 2016-07-25 18:57:02 -07:00
inspect.go cli: service inspect - Null check for UpdateConfig 2016-08-05 22:42:14 +01:00
inspect_test.go cli: service inspect - Null check for UpdateConfig 2016-08-05 22:42:14 +01:00
list.go service ls: Show tasks from nodes that are not down, not only "ready" nodes 2016-07-28 11:44:28 -07:00
opts.go Support --group-add and --group-rm in docker service create/update 2016-08-27 11:54:05 -07:00
opts_test.go revendor engine-api 2016-08-16 14:16:12 -04:00
ps.go Add --no-trunc to service/node/stack ps output 2016-08-16 10:19:11 -04:00
remove.go update command description in CLI 2016-07-31 00:06:18 +08:00
scale.go re-vendor engine-api 2016-07-06 21:14:14 -04:00
update.go Support --group-add and --group-rm in docker service create/update 2016-08-27 11:54:05 -07:00
update_test.go Support --group-add and --group-rm in docker service create/update 2016-08-27 11:54:05 -07:00