|
@@ -326,6 +326,18 @@ whitespace. It has been added to this example for clarity.
|
|
|
not specified, then the first entry of the <code>Cmd</code>
|
|
|
array should be interpreted as the executable to run.
|
|
|
</dd>
|
|
|
+ <dt>
|
|
|
+ ArgsEscaped <code>boolean</code>
|
|
|
+ </dt>
|
|
|
+ <dd>
|
|
|
+ Used for Windows images to indicate that the <code>Entrypoint</code>
|
|
|
+ or <code>Cmd</code> or both, contain only a single element array
|
|
|
+ that is a pre-escaped, and combined into a single string, **CommandLine**.
|
|
|
+ If "true", the value in <code>Entrypoint</code> or <code>Cmd</code>Cmd
|
|
|
+ should be used as-is to avoid double escaping.
|
|
|
+ Note, the exact behavior of <code>ArgsEscaped</code> is complex
|
|
|
+ and subject to implementation details.
|
|
|
+ </dd>
|
|
|
<dt>
|
|
|
Healthcheck <code>struct</code>
|
|
|
</dt>
|