history: deduplicate node clients during export
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -102,6 +102,7 @@ func runExport(ctx context.Context, dockerCli command.Cli, opts exportOptions) e
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
visited[rec.node] = struct{}{}
|
||||
clients = append(clients, c)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user