Add documentation for --menu up option and COMPOSE_MENU environment var#11800
Merged
ndeloof merged 1 commit intodocker:mainfrom May 7, 2024
Merged
Add documentation for --menu up option and COMPOSE_MENU environment var#11800ndeloof merged 1 commit intodocker:mainfrom
ndeloof merged 1 commit intodocker:mainfrom
Conversation
milas
approved these changes
May 7, 2024
Comment on lines
+121
to
+122
| Setting the `COMPOSE_MENU` environment variable to `false` disabled the helper menu when running `docker compose up` | ||
| in detached mode. Alternatively, you can also run `docker compose up --menu=false` to disable the helper menu. |
Contributor
There was a problem hiding this comment.
Suggested change
| Setting the `COMPOSE_MENU` environment variable to `false` disabled the helper menu when running `docker compose up` | |
| in detached mode. Alternatively, you can also run `docker compose up --menu=false` to disable the helper menu. | |
| Setting the `COMPOSE_MENU` environment variable to `false` disables the helper menu when running `docker compose up` | |
| in attached mode. Alternatively, you can also run `docker compose up --menu=false` to disable the helper menu. |
1cc7308 to
6677d7b
Compare
ndeloof
approved these changes
May 7, 2024
…ariable Co-authored-by: Milas Bowman <[email protected]> Signed-off-by: Joana H <[email protected]> Signed-off-by: Joana Hrotko <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What I did
Added documentation related to recent added option in
upcommand to enable/disable the helper menu in detach mode.Seems like this information was lacking in our documentation and some users were confused on how to enable/disable the menu.
Related issue
relates to docker/for-win#14021
https://docker.atlassian.net/browse/COMP-540
(not mandatory) A picture of a cute animal, if possible in relation to what you did
