Fix `--ssh` flag's documentation

The docs for the `--ssh` flag weren't rendering correctly, because the vertical bar characer (`|`) is used to define cells in a table in github-flavoured markdown.

Signed-off-by: John Hamelink <me@johnhame.link>
pull/735/head
John Hamelink 4 years ago
parent cb185f095f
commit 726e7356c8
No known key found for this signature in database
GPG Key ID: 153DDFE9A54A9A4C

@ -34,7 +34,7 @@ Start a build
| `--pull` | Always attempt to pull a newer version of the image |
| [`--push`](#push) | Shorthand for --output=type=registry |
| `--secret stringArray` | Secret file to expose to the build: id=mysecret,src=/local/secret |
| `--ssh stringArray` | SSH agent socket or keys to expose to the build (format: default|<id>[=<socket>|<key>[,<key>]]) |
| `--ssh stringArray` | SSH agent socket or keys to expose to the build (format: `default\|<id>[=<socket>\|<key>[,<key>]]`) |
| [`-t`](https://docs.docker.com/engine/reference/commandline/build/#tag-an-image--t), [`--tag stringArray`](https://docs.docker.com/engine/reference/commandline/build/#tag-an-image--t) | Name and optionally a tag in the 'name:tag' format |
| [`--target string`](https://docs.docker.com/engine/reference/commandline/build/#specifying-target-build-stage---target) | Set the target build stage to build. |

Loading…
Cancel
Save