diff --git a/atom.xml b/atom.xml index 7558d32fda..a85f5253e8 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
[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:
{
+ "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.
You need a docker hub account. It is also possible to use our own docker registrator.
+