Site updated at 2017-05-16 14:21:12 UTC

This commit is contained in:
Travis CI 2017-05-16 14:21:12 +00:00
parent 89eb54bcb8
commit fed7ad4a1f
25 changed files with 43 additions and 38 deletions

View file

@ -179,6 +179,11 @@ CMD [ "/run.sh" ]
<td>no</td>
<td>Network ports to expose from the container. Format is <code class="highlighter-rouge">"container-port/type": host-port</code>.</td>
</tr>
<tr>
<td>devices</td>
<td>no</td>
<td>Device list to map into add-on. Format is: <code class="highlighter-rouge">&lt;path_on_host&gt;:&lt;path_in_container&gt;:&lt;cgroup_permissions&gt;</code></td>
</tr>
<tr>
<td>map</td>
<td>no</td>