moby--moby/cli/command/service
Vincent Demeester 4fabc92cfc Merge pull request #26697 from allencloud/change-service-scale-logic
validate service parameter in client side to avoid api call in `docker service scale`
2016-09-30 18:37:35 +02:00
..
cmd.go Only hide commands if the env variable is set. 2016-09-19 13:28:15 -04:00
create.go
inspect.go Add formatter for service inspect 2016-09-19 16:28:19 -04:00
inspect_test.go Add formatter for service inspect 2016-09-19 16:28:19 -04:00
list.go
opts.go Fix cli/command/service/opts_test.go, and add some extra test cases 2016-09-27 15:27:02 +00:00
opts_test.go Fix cli/command/service/opts_test.go, and add some extra test cases 2016-09-27 15:27:02 +00:00
ps.go
remove.go
scale.go validate service parameter in client side to avoid api call 2016-09-26 17:18:02 +08:00
update.go
update_test.go