mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
swagger.yaml: Remove extra 'the' wrapped by newline
This PR was originally proposed by @phillc here: https://github.com/docker/engine/pull/456 Signed-off-by: FreddieOliveira <fredf_oliveira@ufu.br>
This commit is contained in:
parent
b865beba22
commit
2db5676c6e
1 changed files with 1 additions and 1 deletions
|
@ -7310,7 +7310,7 @@ paths:
|
|||
|
||||
|
||||
For example, the build arg `FOO=bar` would become `{"FOO":"bar"}` in JSON. This would result in the
|
||||
the query parameter `buildargs={"FOO":"bar"}`. Note that `{"FOO":"bar"}` should be URI component encoded.
|
||||
query parameter `buildargs={"FOO":"bar"}`. Note that `{"FOO":"bar"}` should be URI component encoded.
|
||||
|
||||
|
||||
[Read more about the buildargs instruction.](https://docs.docker.com/engine/reference/builder/#arg)
|
||||
|
|
Loading…
Add table
Reference in a new issue