File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Extended build capabilities with BuildKit
1616| [ ` bake ` ] ( buildx_bake.md ) | Build from a file |
1717| [ ` build ` ] ( buildx_build.md ) | Start a build |
1818| [ ` create ` ] ( buildx_create.md ) | Create a new builder instance |
19- | [ ` dap ` ] ( buildx_dap.md ) | |
19+ | [ ` dap ` ] ( buildx_dap.md ) | Debug Adapter Protocol server |
2020| [ ` debug-shell ` ] ( buildx_debug-shell.md ) | Start a monitor |
2121| [ ` du ` ] ( buildx_du.md ) | Disk usage |
2222| [ ` imagetools ` ] ( buildx_imagetools.md ) | Commands to work on images in registry |
Original file line number Diff line number Diff line change 11# docker buildx dap
22
33<!-- -MARKER_GEN_START-->
4+ Debug Adapter Protocol server
5+
46### Options
57
68| Name | Type | Default | Description |
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ func attachContainerCmd(dockerCli command.Cli) *cobra.Command {
4040func dapCmd (dockerCli command.Cli ) * cobra.Command {
4141 cmd := & cobra.Command {
4242 Use : "dap" ,
43+ Short : "Debug Adapter Protocol server" ,
4344 Hidden : true ,
4445 RunE : func (cmd * cobra.Command , args []string ) error {
4546 logrus .SetOutput (os .Stderr )
You can’t perform that action at this time.
0 commit comments