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
Stephen J Day 7a85579917
*: use opencontainers/go-digest package
The `digest` data type, used throughout docker for image verification
and identity, has been broken out into `opencontainers/go-digest`. This
PR updates the dependencies and moves uses over to the new type.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2017-01-06 18:48:41 -08: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 Remove deadcode from service/opts.go, SecretOpt 2017-01-02 11:19:33 +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 Support multiple service IDs on "docker service ps" 2016-12-22 11:33:47 -08:00
remove.go
scale.go Return warnings from service create and service update when digest pinning fails 2016-11-18 09:31:31 -08:00
trust.go *: use opencontainers/go-digest package 2017-01-06 18:48:41 -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