Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix detection of swarm mode #10591

Merged
merged 1 commit into from
May 22, 2023
Merged

Conversation

ndeloof
Copy link
Contributor

@ndeloof ndeloof commented May 22, 2023

What I did
fix detection of swarm mode
this is aligned with https://github.com/docker/cli/blob/master/cli/command/system/info.go#L375

Related issue
closes #10588

(not mandatory) A picture of a cute animal, if possible in relation to what you did

Signed-off-by: Nicolas De Loof <[email protected]>
@codecov
Copy link

codecov bot commented May 22, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.02 ⚠️

Comparison is base (4dcda43) 59.49% compared to head (cfe1a86) 59.48%.

Additional details and impacted files
@@            Coverage Diff             @@
##               v2   #10591      +/-   ##
==========================================
- Coverage   59.49%   59.48%   -0.02%     
==========================================
  Files         107      107              
  Lines        9357     9359       +2     
==========================================
  Hits         5567     5567              
- Misses       3214     3216       +2     
  Partials      576      576              
Impacted Files Coverage Δ
pkg/compose/compose.go 60.91% <0.00%> (-0.71%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ndeloof ndeloof requested review from a team, nicksieger, StefanScherer, ulyssessouza, glours, milas and laurazard and removed request for a team May 22, 2023 07:23
Copy link
Contributor

@glours glours left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@glours glours merged commit 70953b1 into docker:v2 May 22, 2023
@ndeloof ndeloof deleted the fix_detect_swarm_enabled branch December 20, 2023 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Overlay network not found on worker node
2 participants