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
Derek McGowan 79eada3814 Do not show empty tags for digest references in output
When a repository has a tag and digests, show tag for each digest value.
Do not duplicate rows for the same image name with both tag and digest.

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
2016-06-14 22:44:49 -07:00
..
container Migrate cp command to cobra 2016-06-14 17:16:59 +02:00
formatter Do not show empty tags for digest references in output 2016-06-14 22:44:49 -07:00
idresolver Add Swarm management CLI commands 2016-06-13 22:17:15 -07:00
image Merge pull request #23256 from vdemeester/migrate-pull-push-to-cobra 2016-06-13 14:16:42 -07:00
inspect remove fallback for Go 1.4 2016-06-07 22:38:02 +02:00
network Add Swarm management CLI commands 2016-06-13 22:17:15 -07:00
node Add Swarm management CLI commands 2016-06-13 22:17:15 -07:00
registry Migrate login & logout command to cobra 2016-06-10 12:04:29 +02:00
service Add Swarm management CLI commands 2016-06-13 22:17:15 -07:00
swarm Add Swarm management CLI commands 2016-06-13 22:17:15 -07:00
system Migrate stats and events command to cobra. 2016-06-08 10:39:53 +08:00
task Add Swarm management CLI commands 2016-06-13 22:17:15 -07:00
volume Fix some context sharing/plumbing 2016-06-09 17:58:10 +02:00
cli.go Convert 'docker create' to use cobra and pflag 2016-06-04 13:57:30 +02:00
client.go Make sure docker api client implements engine-api client. 2016-01-07 21:02:19 -05:00
commands.go Migrate cp command to cobra 2016-06-14 17:16:59 +02:00
credentials.go Migrate login & logout command to cobra 2016-06-10 12:04:29 +02:00
exec.go Convert 'docker run' to a cobra command and to use pflags 2016-06-04 13:55:35 +02:00
exec_test.go Update client code with api changes 2016-04-15 12:48:01 +02:00
hijack.go Fix logrus formatting 2016-06-11 13:16:55 -07:00
info.go Add Swarm management CLI commands 2016-06-13 22:17:15 -07:00
inspect.go Add Swarm management CLI commands 2016-06-13 22:17:15 -07:00
registry.go Migrate login & logout command to cobra 2016-06-10 12:04:29 +02:00
tag.go Add Swarm management CLI commands 2016-06-13 22:17:15 -07:00
trust.go Moving Image{Push,Pull}Privileged to trust.go 2016-06-10 12:07:32 +02:00
trust_test.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
update.go Un-deprecated command line short variant options of -c. 2016-05-26 08:22:27 -07:00
utils.go Add Swarm management CLI commands 2016-06-13 22:17:15 -07:00