From 7458588d58b8aba7ce877ede31171f974762644a Mon Sep 17 00:00:00 2001 From: Simon Holzmayer Date: Wed, 8 Aug 2018 16:52:06 +0200 Subject: [PATCH] other docker registries in hassio_addon_config (#68) * Update hassio_addon_config.md is allowed now: https://github.com/home-assistant/hassio/pull/608 * Minor change --- docs/hassio_addon_config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hassio_addon_config.md b/docs/hassio_addon_config.md index 8cf02417..1ff4057b 100644 --- a/docs/hassio_addon_config.md +++ b/docs/hassio_addon_config.md @@ -128,7 +128,7 @@ The config for an add-on is stored in `config.json`. | legacy | bool | no | Boolean. If the docker image have no hass.io labels, you can enable the legacy mode to use the config data. | options | dict | yes | Default options value of the add-on | schema | dict | yes | Schema for options value of the add-on. It can be `False` to disable schema validation and use custom options. -| image | string | no | For use with Docker Hub. +| image | string | no | For use with Docker Hub and other container registries. | timeout | integer | no | Default 10 (second). The timeout to wait until the docker is done or will be killed. | tmpfs | string | no | Mount a tmpfs file system in `/tmpfs`. Valide format for this option is : `size=XXXu,uid=N,rw`. Size is mandatory, valid units (`u`) are `k`, `m` and `g` and `XXX` has to be replaced by a number. `uid=N` (with `N` the uid number) and `rw` are optional.