Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 8.4k
Update buildx reference to v0.11.0#17539
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -7,6 +7,7 @@ cname: | ||
| - docker buildx bake | ||
| - docker buildx build | ||
| - docker buildx create | ||
| - docker buildx debug-shell | ||
Member There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hum yeah I don't think we should have this command here. Let me check. Member There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. | ||
| - docker buildx du | ||
| - docker buildx imagetools | ||
| - docker buildx inspect | ||
| @@ -20,6 +21,7 @@ clink: | ||
| - docker_buildx_bake.yaml | ||
| - docker_buildx_build.yaml | ||
| - docker_buildx_create.yaml | ||
| - docker_buildx_debug-shell.yaml | ||
| - docker_buildx_du.yaml | ||
| - docker_buildx_imagetools.yaml | ||
| - docker_buildx_inspect.yaml | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,63 @@ | ||
| command: docker buildx debug-shell | ||
| short: Start a monitor | ||
| long: Start a monitor | ||
| usage: docker buildx debug-shell | ||
| pname: docker buildx | ||
| plink: docker_buildx.yaml | ||
| options: | ||
| - option: detach | ||
| value_type: bool | ||
| default_value: "true" | ||
| description: Detach buildx server (supported only on linux) [experimental] | ||
| deprecated: false | ||
| hidden: false | ||
| experimental: false | ||
| experimentalcli: false | ||
| kubernetes: false | ||
| swarm: false | ||
| - option: progress | ||
| value_type: string | ||
| default_value: auto | ||
| description: | | ||
| Set type of progress output (`auto`, `plain`, `tty`). Use plain to show container output | ||
| deprecated: false | ||
| hidden: false | ||
| experimental: false | ||
| experimentalcli: false | ||
| kubernetes: false | ||
| swarm: false | ||
| - option: root | ||
| value_type: string | ||
| description: Specify root directory of server to connect [experimental] | ||
| deprecated: false | ||
| hidden: false | ||
| experimental: false | ||
| experimentalcli: false | ||
| kubernetes: false | ||
| swarm: false | ||
| - option: server-config | ||
| value_type: string | ||
| description: | | ||
| Specify buildx server config file (used only when launching new server) [experimental] | ||
| deprecated: false | ||
| hidden: false | ||
| experimental: false | ||
| experimentalcli: false | ||
| kubernetes: false | ||
| swarm: false | ||
| inherited_options: | ||
| - option: builder | ||
| value_type: string | ||
| description: Override the configured builder instance | ||
| deprecated: false | ||
| hidden: false | ||
| experimental: false | ||
| experimentalcli: false | ||
| kubernetes: false | ||
| swarm: false | ||
| deprecated: false | ||
| experimental: false | ||
| experimentalcli: true | ||
| kubernetes: false | ||
| swarm: false | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| --- | ||
| datafolder: buildx | ||
| datafile: docker_buildx_debug-shell | ||
| title: docker buildx debug-shell | ||
| --- | ||
| <!-- | ||
| This page is automatically generated from Docker's source code. If you want to | ||
| suggest a change to the text that appears here, open a ticket or pull request | ||
| in the source repository on GitHub: | ||
| https://github.com/docker/buildx | ||
| --> | ||
| {% include cli.md datafolder=page.datafolder datafile=page.datafile %} |

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.
This is already done on main