Site updated at 2017-12-13 09:44:20 UTC
This commit is contained in:
parent
1e4e939c46
commit
ed2e410927
27 changed files with 80 additions and 65 deletions
|
@ -229,11 +229,26 @@ CMD [ "/run.sh" ]
|
|||
<td>no</td>
|
||||
<td>If that is True, the add-on run on host network.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>host_ipc</td>
|
||||
<td>no</td>
|
||||
<td>Default False. Allow to share the IPC namespace with others.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>host_dbus</td>
|
||||
<td>no</td>
|
||||
<td>Default False. Map Host dbus service into add-on.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>devices</td>
|
||||
<td>no</td>
|
||||
<td>Device list to map into the add-on. Format is: <code class="highlighter-rouge"><path_on_host>:<path_in_container>:<cgroup_permissions></code>. i.e. <code class="highlighter-rouge">/dev/ttyAMA0:/dev/ttyAMA0:rwm</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>auto_uart</td>
|
||||
<td>no</td>
|
||||
<td>Default False. Auto mapping all UART/Serial device from host into add-on.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>hassio_api</td>
|
||||
<td>no</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue