Merge pull request #216 from thaJeztah/fix-markdown

Fix Markdown formatting of experimental "stacks"
This commit is contained in:
Sebastiaan van Stijn 2017-06-20 21:31:07 -07:00 committed by GitHub
commit e07fbfda7e
1 changed files with 0 additions and 3 deletions

View File

@ -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>&lt;name|uid&gt;[:&lt;group|gid&gt;]</code>). Username or UID (format: <code>&lt;name|uid&gt;[:&lt;group|gid&gt;]</code>).
</dd> </dd>
<dt> <dt>
Networks <code>[]string</code> Networks <code>[]string</code>
</dt> </dt>