1
0
mirror of https://github.com/docker/cli.git synced 2026-01-06 05:41:44 +03:00

Fix Markdown formatting of experimental "stacks"

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2017-06-20 15:15:08 -07:00
parent 5dd30732a2
commit c5301ca35d

View File

@@ -161,21 +161,18 @@ A service has the following fields:
only specify the container port to be exposed. These ports can be
mapped on runtime hosts at the operator's discretion.
</dd>
<dt>
WorkingDir <code>string</code>
</dt>
<dd>
Working directory inside the service containers.
</dd>
<dt>
User <code>string</code>
</dt>
<dd>
Username or UID (format: <code>&lt;name|uid&gt;[:&lt;group|gid&gt;]</code>).
</dd>
<dt>
Networks <code>[]string</code>
</dt>