-
Notifications
You must be signed in to change notification settings - Fork 7.9k
add definitions of COMPOSE_MENU and COMPOSE_EXPERIMENTAL env variables for Compose #19695
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
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
7b9d0b1
to
951a335
Compare
…s for Compose Signed-off-by: Guillaume Lours <[email protected]>
951a335
to
b482c96
Compare
…eview Co-authored-by: Allie Sadler <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merci @glours
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|
||
### COMPOSE\_MENU | ||
|
||
When enabled, Compose displays a navigation menu where you can choose to open the Compose stack in Docker Desktop, switch on [`watch` mode](../file-watch.md), or use [Docker Debug](../../reference/cli/docker/debug.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When enabled, Compose displays a navigation menu where you can choose to open the Compose stack in Docker Desktop, switch on [`watch` mode](../file-watch.md), or use [Docker Debug](../../reference/cli/docker/debug.md). | |
When enabled, Compose displays a navigation menu where you can choose to open the Compose stack in Docker Desktop, switch on [`watch` mode](../file-watch.md), and more. |
There's no Docker Debug integration right now/yet - maybe just go generic?
|
||
> **Note** | ||
> | ||
> Available in Docker Compose version 2.26.0 and later, and Docker Desktop version 4.29 and later |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
> Available in Docker Compose version 2.26.0 and later, and Docker Desktop version 4.29 and later | |
> Available in Docker Compose version 2.26.0 and later, and Docker Desktop version 4.29 and later. |
(Allie can keep me honest, but I'm pretty sure we always end with punctuation)
|
||
> **Note** | ||
> | ||
> Available in Docker Compose version 2.26.0 and later, and Docker Desktop version 4.29 and later |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
> Available in Docker Compose version 2.26.0 and later, and Docker Desktop version 4.29 and later | |
> Available in Docker Compose version 2.26.0 and later, and Docker Desktop version 4.29 and later. |
Description
Add definitions for the 2 new env variables added in Compose
v2.26.0
:COMPOSE_MENU
andCOMPOSE_EXPERIMENTAL
Reviews