Update addon_publishing.markdown

This commit is contained in:
Pascal Vizeli 2017-05-05 11:57:51 +02:00 committed by GitHub
parent f3fc73c6e8
commit 48b49f7047

View File

@ -9,4 +9,21 @@ sharing: true
footer: true
---
[placeholder]
At the end, all add-ons are simple docker container. You can use our build scripts for automate the hole process our you can build your own docker image and push it manual do a docker hub. Inside your addon `config.json` can you use:
```json
{
"image": "myhub/image-addon-name"
}
{
"image": "myhub/image-{arch}-addon-name"
}
```
To specify from where it will load the addon by user installation. With `{arch}` inside image name, you can build your addon for multible architectures.
## {% linkable_title Custom Add-ons %}
You need a docker hub account. It is also possible to use our own docker registrator.
## {% linkable_title Core Add-ons %}