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

log we don't expose service ports when --verbose #11227

Merged
merged 1 commit into from Nov 29, 2023

Conversation

ndeloof
Copy link
Contributor

@ndeloof ndeloof commented Nov 28, 2023

What I did
when ran in --verbose mode, log we don't expose service ports until requested by options
also make -P an alias to align with docker/cli

Related issue
closes #10138

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

@ndeloof ndeloof requested review from a team, nicksieger, StefanScherer, ulyssessouza, glours, milas and laurazard and removed request for a team November 28, 2023 09:05
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Copy link

codecov bot commented Nov 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f5e3ff0) 56.81% compared to head (5a5deea) 56.79%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11227      +/-   ##
==========================================
- Coverage   56.81%   56.79%   -0.03%     
==========================================
  Files         133      133              
  Lines       11500    11503       +3     
==========================================
- Hits         6534     6533       -1     
- Misses       4329     4333       +4     
  Partials      637      637              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

👌

@ndeloof ndeloof merged commit 16c4241 into docker:main Nov 29, 2023
28 checks passed
@ndeloof ndeloof deleted the run_verbose branch December 20, 2023 13:52
matt9ucci added a commit to matt9ucci/DockerCompletion that referenced this pull request Apr 8, 2024
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.

Log that docker-compose run does not enable port-forwarding by default
2 participants