Merge pull request #3717 from crazy-max/fix-history-export-clients
history: deduplicate node clients during export
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