mirror of https://github.com/docker/cli.git
Fix Markdown formatting of experimental "stacks"
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
5dd30732a2
commit
c5301ca35d
|
@ -161,21 +161,18 @@ A service has the following fields:
|
||||||
only specify the container port to be exposed. These ports can be
|
only specify the container port to be exposed. These ports can be
|
||||||
mapped on runtime hosts at the operator's discretion.
|
mapped on runtime hosts at the operator's discretion.
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
WorkingDir <code>string</code>
|
WorkingDir <code>string</code>
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
Working directory inside the service containers.
|
Working directory inside the service containers.
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
User <code>string</code>
|
User <code>string</code>
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
Username or UID (format: <code><name|uid>[:<group|gid>]</code>).
|
Username or UID (format: <code><name|uid>[:<group|gid>]</code>).
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
Networks <code>[]string</code>
|
Networks <code>[]string</code>
|
||||||
</dt>
|
</dt>
|
||||||
|
|
Loading…
Reference in New Issue