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/service
Vincent Demeester c424be21b7
Clean some stuff from runconfig that are cli only…
… or could be in `opts` package. Having `runconfig/opts` and `opts`
doesn't really make sense and make it difficult to know where to put
some code.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-12-24 13:16:00 +01:00
..
cmd.go refactor help func in CLI 2016-11-17 10:54:10 -08:00
create.go cli: Pin image to digest using content trust 2016-12-14 10:49:33 -08: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 Clean some stuff from runconfig that are cli only… 2016-12-24 13:16:00 +01:00
opts_test.go Fix misleading default for --replicas 2016-12-19 19:35:05 -08: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
trust.go cli: Pin image to digest using content trust 2016-12-14 10:49:33 -08:00
update.go cli: Pin image to digest using content trust 2016-12-14 10:49:33 -08:00
update_test.go Make --publish-rm precedes --publish-add, so that add wins 2016-12-11 23:14:54 +01:00