Skip to content

Incorrect HTML output #11331

Description

@matsuand

File: engine/reference/commandline/build.md

The HTML output is not correct in the explanation of the ssh option because of using greater/less than signs as they are.
I am not sure how should it be, but escape with backslashes seems to get the output properly.

The others are the same: /engine/reference/commandline/{builder_build,image_build,buildx_build}

diff --git a/_data/engine-cli/docker_build.yaml b/_data/engine-cli/docker_build.yamlindex 7d28b8f2b2..84f764de91 100644
--- a/_data/engine-cli/docker_build.yaml+++ b/_data/engine-cli/docker_build.yaml@@ -386,7 +386,7 @@ options:value_type: stringArraydefault_value: '[]'description: |- SSH agent socket or keys to expose to the build (only if BuildKit enabled) (format: default|<id>[=<socket>|<key>[,<key>]])+ SSH agent socket or keys to expose to the build (only if BuildKit enabled) (format: default|\<id\>[=\<socket\>|\<key\>[,\<key\>]])deprecated: falsemin_api_version: "1.39"experimental: false

Metadata

Metadata

Assignees

Labels

area/buildRelates to Dockerfiles or docker build commandkind/bugBugs. The Cause may not be known at triage time. Consider debugging time for estimateslifecycle/locked

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions