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
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
..
bundlefile
command Remove old cli framework. 2016-08-25 13:09:04 -04:00
container Merge pull request #25861 from WeiZhang555/wait-remove-for-start 2016-08-26 13:36:56 -07:00
formatter Implement stringutils.Ellipsis() 2016-08-11 14:14:06 +02:00
idresolver Update to new swarmkit/engine-api 2016-06-30 17:22:47 -07:00
image correct command annotation 2016-08-25 21:29:59 +08:00
inspect
network Refactor dockerCli *Format to ConfigFile call 2016-08-04 15:00:00 +02:00
node Add --no-trunc to service/node/stack ps output 2016-08-16 10:19:11 -04:00
plugin Merge pull request #25424 from vieux/enabled 2016-08-26 15:22:41 -07:00
registry tweak logout message 2016-08-12 17:00:06 -07:00
service Support --group-add and --group-rm in docker service create/update 2016-08-27 11:54:05 -07:00
stack Merge pull request #25337 from jhorwit2/jah/25332 2016-08-16 09:25:45 -07:00
swarm Modify usage of docker swarm join-token command 2016-08-19 09:44:22 +08:00
system Refactor docker inspect to work on all types 2016-08-25 16:29:08 -07:00
task Add --no-trunc to service/node/stack ps output 2016-08-16 10:19:11 -04:00
volume Add option to specify name without --name in volume create 2016-08-25 14:20:06 -07:00
cli.go Update unit tests for new cobra root command. 2016-08-25 13:09:04 -04:00
client.go
credentials.go
hijack.go
registry.go Merge pull request #23584 from nishanttotla/private-images-swarm-services 2016-06-30 17:18:59 -07:00
trust.go api,daemon: cleanup some unused stuff 2016-06-21 14:15:19 -07:00
trust_test.go
utils.go Migrate exec command to cobra 2016-07-29 02:10:36 +00:00