mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-07 06:22:03 +00:00
Remove jobs from registry.Service
This makes `registry.Service` a first class type and does not use jobs to interact with this type. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
@@ -49,6 +49,7 @@ func (cli *DockerCli) CmdSearch(args ...string) error {
|
||||
if _, err := outs.ReadListFrom(rawBody); err != nil {
|
||||
return err
|
||||
}
|
||||
outs.ReverseSort()
|
||||
w := tabwriter.NewWriter(cli.out, 10, 1, 3, ' ', 0)
|
||||
fmt.Fprintf(w, "NAME\tDESCRIPTION\tSTARS\tOFFICIAL\tAUTOMATED\n")
|
||||
for _, out := range outs.Data {
|
||||
|
||||
Reference in New Issue
Block a user